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
This commit is contained in:
Daniel Hensby 2015-11-10 10:14:27 +00:00
parent b73a8cc724
commit b28f567d30
1 changed files with 2 additions and 5 deletions

7
.gitignore vendored
View File

@ -6,9 +6,6 @@ _ss_environment.php
# ignore build tools
/tools/phing-metadata
.buildpath
.project
.settings
.idea
.DS_Store
# ignore composer vendor folder
/vendor/