Reorganise .gitignore file

This commit is contained in:
Daniel Hensby 2015-11-10 10:13:45 +00:00
parent ae3c7ebcaf
commit b73a8cc724
2 changed files with 12 additions and 4 deletions

12
.gitignore vendored
View File

@ -1,10 +1,14 @@
assets/* # ignore cache folder
/silverstripe-cache/
# ignore all environment files
_ss_environment.php _ss_environment.php
tools/phing-metadata
silverstripe-cache # ignore build tools
/tools/phing-metadata
.buildpath .buildpath
.project .project
.settings .settings
.idea .idea
.DS_Store .DS_Store
vendor/ /vendor/

4
assets/.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
# Ignore sensible defaults
/*/
/error-*.html
/_combinedfiles/