57 lines
769 B
Plaintext
57 lines
769 B
Plaintext
# yii console command
|
|
#/yii
|
|
/admin/runtime/
|
|
/member/runtime/
|
|
/service/runtime/
|
|
/console/runtime/
|
|
/platform/runtime/
|
|
|
|
# phpstorm project files
|
|
/.idea
|
|
/.vscode
|
|
# netbeans project files
|
|
nbproject
|
|
|
|
# zend studio for eclipse project files
|
|
.buildpath
|
|
.project
|
|
.settings
|
|
|
|
# windows thumbnail cache
|
|
Thumbs.db
|
|
|
|
# composer vendor dir
|
|
|
|
|
|
# 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
|
|
|
|
composer.lock
|
|
.env
|
|
.env.dev
|
|
.env.example
|
|
.htaccess
|
|
nginx.htaccess
|
|
|
|
web/.htaccess
|
|
web/nginx.htaccess
|
|
web/admin/images/upload
|
|
web/service/uploads
|
|
|
|
common/config/codeception-local.php
|
|
common/config/main-local.php
|
|
common/config/params-local.php
|
|
|
|
yii_test
|
|
yii_test.bat
|
|
/vendor/
|
|
/helpers/
|