chore: 搜索忽略tinymce
This commit is contained in:
parent
1d842b1b87
commit
0efbf57152
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
@ -99,7 +99,8 @@
|
|||||||
"**/.stylelintcache": true,
|
"**/.stylelintcache": true,
|
||||||
"**/.DS_Store": true,
|
"**/.DS_Store": true,
|
||||||
"**/vite.config.mts.*": true,
|
"**/vite.config.mts.*": true,
|
||||||
"**/tea.yaml": true
|
"**/tea.yaml": true,
|
||||||
|
"**/public/tinymce/**": true
|
||||||
},
|
},
|
||||||
"files.watcherExclude": {
|
"files.watcherExclude": {
|
||||||
"**/.git/objects/**": true,
|
"**/.git/objects/**": true,
|
||||||
|
Loading…
Reference in New Issue
Block a user