初始化仓库

This commit is contained in:
2024-09-19 11:32:39 +08:00
commit 8f5315e936
921 changed files with 76455 additions and 0 deletions

55
.gitignore vendored Normal file
View File

@@ -0,0 +1,55 @@
# 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/