chore: vscode 排除 docs 文件夹
This commit is contained in:
parent
7dec936b94
commit
ad73adaa36
4
.vscode/settings.json
vendored
4
.vscode/settings.json
vendored
@ -15,5 +15,7 @@
|
|||||||
"prettier.enable": false,
|
"prettier.enable": false,
|
||||||
"typescript.tsdk": "node_modules/typescript/lib",
|
"typescript.tsdk": "node_modules/typescript/lib",
|
||||||
"unocss.root": ["./"],
|
"unocss.root": ["./"],
|
||||||
"vue.server.hybridMode": true
|
"vue.server.hybridMode": true,
|
||||||
|
"files.exclude": { "/docs": true },
|
||||||
|
"search.exclude": { "/docs": true }
|
||||||
}
|
}
|
||||||
|
1
docs/README.md
Normal file
1
docs/README.md
Normal file
@ -0,0 +1 @@
|
|||||||
|
## 后端代码生成替换文件
|
Loading…
Reference in New Issue
Block a user