修改路由接口-1
This commit is contained in:
parent
99f4ca986a
commit
463404d774
16
.gitignore
vendored
16
.gitignore
vendored
@ -1,12 +1,17 @@
|
||||
.gitignore
|
||||
.idea
|
||||
.scannerwork
|
||||
.vscode
|
||||
# local env files
|
||||
.env.local
|
||||
.env.*.local
|
||||
|
||||
# Log files
|
||||
*.log
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
|
||||
.idea
|
||||
.vscode
|
||||
# Editor directories and files
|
||||
*.suo
|
||||
*.ntvs*
|
||||
*.njsproj
|
||||
@ -27,4 +32,7 @@
|
||||
# Output of the go coverage tool, specifically when used with LiteIDE
|
||||
*.out
|
||||
|
||||
/cmd/runtime
|
||||
|
||||
/cmd/logs/*.log
|
||||
/cmd/runtime/log/*.log
|
||||
/build/*
|
Loading…
Reference in New Issue
Block a user