yii2-netdisk/.gitignore

42 lines
512 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
# composer lock
composer.lock
2014-03-25 20:37:48 +08:00
# 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
2016-07-16 09:13:51 +08:00
tests/_output/*
tests/_support/_generated
#vagrant folder
2024-02-10 16:26:36 +08:00
/.vagrant
/data/*
2024-02-10 16:37:28 +08:00
/data/1/
2024-02-27 12:24:38 +08:00
2024-04-10 18:56:51 +08:00
.env
/.fleet/settings.json