Files
xk-api-yii/.gitignore
2024-09-19 11:32:39 +08:00

56 lines
745 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
web/service/uploads
common/config/codeception-local.php
common/config/main-local.php
common/config/params-local.php
yii_test
yii_test.bat
/vendor/