2014-03-25 08:37:48 -04:00
|
|
|
# phpstorm project files
|
|
|
|
.idea
|
|
|
|
|
|
|
|
# netbeans project files
|
|
|
|
nbproject
|
|
|
|
|
|
|
|
# zend studio for eclipse project files
|
|
|
|
.buildpath
|
|
|
|
.project
|
|
|
|
.settings
|
|
|
|
|
|
|
|
# windows thumbnail cache
|
|
|
|
Thumbs.db
|
|
|
|
|
2014-06-16 18:57:09 +04:00
|
|
|
# composer vendor dir
|
|
|
|
/vendor
|
|
|
|
|
2014-03-25 08:37:48 -04:00
|
|
|
# composer itself is not needed
|
|
|
|
composer.phar
|
|
|
|
|
|
|
|
# Mac DS_Store Files
|
|
|
|
.DS_Store
|
|
|
|
|
|
|
|
# phpunit itself is not needed
|
|
|
|
phpunit.phar
|
|
|
|
# local phpunit config
|
|
|
|
/phpunit.xml
|
2016-07-14 21:03:28 +03:00
|
|
|
|
2016-07-16 04:13:51 +03:00
|
|
|
tests/_output/*
|
|
|
|
tests/_support/_generated
|