silverstripe-installer/.gitignore
Daniel Hensby b28f567d30 Remove local IDE cache folders from .gitignore
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
2015-11-10 10:30:16 +00:00

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/