mirror of
https://github.com/WordPress/WordPress-Coding-Standards.git
synced 2025-08-30 03:11:24 +08:00
.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:
parent
b51d476e59
commit
2c58eed00f
1 changed files with 0 additions and 3 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -1,6 +1,3 @@
|
|||
.buildpath
|
||||
.project
|
||||
.settings/
|
||||
vendor
|
||||
composer.lock
|
||||
phpunit.xml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue