mirror of
https://github.com/silverstripe/silverstripe-installer
synced 2024-10-22 17:05:33 +02:00
b28f567d30
These are environment specific and who's to judge which are worthy and which aren't. Devs should ignore this at an environment level: https://help.github.com/articles/ignoring-files/#create-a-global-gitignore
12 lines
181 B
Plaintext
12 lines
181 B
Plaintext
# ignore cache folder
|
|
/silverstripe-cache/
|
|
|
|
# ignore all environment files
|
|
_ss_environment.php
|
|
|
|
# ignore build tools
|
|
/tools/phing-metadata
|
|
|
|
# ignore composer vendor folder
|
|
/vendor/
|