mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-29 18:48:45 +08:00
chore: vscode 忽略临时文件避免卡顿 (#4607)
This commit is contained in:
parent
d0753602b2
commit
3522b5d8db
10
.vscode/settings.json
vendored
10
.vscode/settings.json
vendored
@ -4,6 +4,16 @@
|
||||
"editor.tabSize": 2,
|
||||
"typescript.tsdk": "node_modules/typescript/lib",
|
||||
"gitHistory.showEditorTitleMenuBarIcons": false,
|
||||
"files.exclude": {
|
||||
"**/lib": true,
|
||||
"**/esm": true,
|
||||
"**/tsconfig.tsbuildinfo": true,
|
||||
"**/schema.json": true,
|
||||
"**/lerna-debug.log": true,
|
||||
"**/package-lock.json": true,
|
||||
"**/.rollup.cache": true,
|
||||
"public/**": true
|
||||
},
|
||||
"search.exclude": {
|
||||
"examples/docs.json": true,
|
||||
"examples/components/EChartsEditor/option-parts/**/*": true
|
||||
|
Loading…
Reference in New Issue
Block a user