.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.
This commit is contained in:
jrfnl 2018-09-05 20:51:32 +02:00
parent b51d476e59
commit 2c58eed00f

3
.gitignore vendored
View file

@ -1,6 +1,3 @@
.buildpath
.project
.settings/
vendor
composer.lock
phpunit.xml