改名
This commit is contained in:
+37
@@ -0,0 +1,37 @@
|
|||||||
|
# Created by .ignore support plugin (hsz.mobi)
|
||||||
|
### Yii template
|
||||||
|
assets/*
|
||||||
|
!assets/.gitignore
|
||||||
|
protected/runtime/*
|
||||||
|
!protected/runtime/.gitignore
|
||||||
|
protected/data/*.db
|
||||||
|
themes/classic/views/
|
||||||
|
|
||||||
|
### Example user template template
|
||||||
|
### Example user template
|
||||||
|
|
||||||
|
# IntelliJ project files
|
||||||
|
.idea
|
||||||
|
*.iml
|
||||||
|
out
|
||||||
|
gen
|
||||||
|
|
||||||
|
db/
|
||||||
|
async-queue/
|
||||||
|
|
||||||
|
composer.lock
|
||||||
|
|
||||||
|
*.log
|
||||||
|
commands/result
|
||||||
|
config/setting.php
|
||||||
|
tests/
|
||||||
|
vendor/
|
||||||
|
runtime/
|
||||||
|
|
||||||
|
*.xml
|
||||||
|
*.lock
|
||||||
|
|
||||||
|
oot
|
||||||
|
d
|
||||||
|
|
||||||
|
composer.lock
|
||||||
+1
-2
@@ -11,8 +11,7 @@
|
|||||||
"require": {
|
"require": {
|
||||||
"php": ">=8.0",
|
"php": ">=8.0",
|
||||||
"ext-json": "*",
|
"ext-json": "*",
|
||||||
"ext-rdkafka": "*",
|
"sensiolabs/consul-php-sdk": "v4.1.1"
|
||||||
"google/protobuf": "^3.17"
|
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
|
|||||||
Reference in New Issue
Block a user