Skip to content
Permalink
Browse files
.gitignore: remove IDE specific files/folders
These _ignores_ are not project specific, but user specific as they depend on which IDE the developer is using.
With that in mind, the should be added to the developer's `.git/info/exclude` file and don't belong in the project `.gitignore` file.
  • Loading branch information
jrfnl committed Sep 7, 2018
1 parent b51d476 commit 2c58eed00fade5b9eb4feee3d10597407669df2f
Showing with 0 additions and 3 deletions.
  1. +0 −3 .gitignore
@@ -1,6 +1,3 @@
.buildpath
.project
.settings/
vendor
composer.lock
phpunit.xml

0 comments on commit 2c58eed

Please sign in to comment.