mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-29 18:48:45 +08:00
chore: vscode 搜索过滤生成的文件
This commit is contained in:
parent
d96a90bed3
commit
9bc22770de
10
.vscode/settings.json
vendored
10
.vscode/settings.json
vendored
@ -7,6 +7,7 @@
|
||||
"files.exclude": {
|
||||
"**/lib": true,
|
||||
"**/esm": true,
|
||||
"**/sdk": true,
|
||||
"**/tsconfig.tsbuildinfo": true,
|
||||
"**/schema.json": true,
|
||||
"**/lerna-debug.log": true,
|
||||
@ -15,6 +16,15 @@
|
||||
"public/**": true
|
||||
},
|
||||
"search.exclude": {
|
||||
"**/lib": true,
|
||||
"**/esm": true,
|
||||
"**/sdk": true,
|
||||
"**/tsconfig.tsbuildinfo": true,
|
||||
"**/schema.json": true,
|
||||
"**/lerna-debug.log": true,
|
||||
"**/package-lock.json": true,
|
||||
"**/.rollup.cache": true,
|
||||
"public/**": true,
|
||||
"examples/docs.json": true,
|
||||
"examples/components/EChartsEditor/option-parts/**/*": true
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user