初始化仓库
This commit is contained in:
55
.gitignore
vendored
Normal file
55
.gitignore
vendored
Normal 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/
|
||||
Reference in New Issue
Block a user