chore: 搜索忽略tinymce
This commit is contained in:
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,
|
||||||
|
Reference in New Issue
Block a user