Update .gitignore
This commit is contained in:
parent
a4fa3dfb55
commit
b4c22982cb
|
|
@ -4,13 +4,12 @@
|
||||||
.Trashes
|
.Trashes
|
||||||
Thumbs.db
|
Thumbs.db
|
||||||
Desktop.ini
|
Desktop.ini
|
||||||
.idea
|
|
||||||
_build
|
|
||||||
phpunit.xml
|
|
||||||
composer.lock
|
composer.lock
|
||||||
composer.phar
|
composer.phar
|
||||||
vendor
|
phpunit.xml
|
||||||
/report
|
|
||||||
/.settings
|
|
||||||
/.buildpath
|
/.buildpath
|
||||||
/.project
|
/.idea
|
||||||
|
/.project
|
||||||
|
/.settings
|
||||||
|
/build
|
||||||
|
/vendor
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,2 @@
|
||||||
|
*
|
||||||
|
!.gitignore
|
||||||
Loading…
Reference in New Issue