yii2-netdisk/.gitignore

29 lines
382 B
Plaintext
Raw Normal View History

2014-03-25 20:37:48 +08: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 22:57:09 +08:00
# composer vendor dir
/vendor
2014-03-25 20:37:48 +08: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-15 02:03:28 +08:00
tests/_output/*