修改路由接口-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
|
# local env files
|
||||||
.env.local
|
.env.local
|
||||||
.env.*.local
|
.env.*.local
|
||||||
|
|
||||||
# Log files
|
# Log files
|
||||||
*.log
|
npm-debug.log*
|
||||||
|
yarn-debug.log*
|
||||||
|
yarn-error.log*
|
||||||
|
|
||||||
.idea
|
# Editor directories and files
|
||||||
.vscode
|
|
||||||
*.suo
|
*.suo
|
||||||
*.ntvs*
|
*.ntvs*
|
||||||
*.njsproj
|
*.njsproj
|
||||||
@ -27,4 +32,7 @@
|
|||||||
# Output of the go coverage tool, specifically when used with LiteIDE
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
||||||
*.out
|
*.out
|
||||||
|
|
||||||
/cmd/runtime
|
|
||||||
|
/cmd/logs/*.log
|
||||||
|
/cmd/runtime/log/*.log
|
||||||
|
/build/*
|
Loading…
Reference in New Issue
Block a user