2025-07-26 13:44:32 +01:00
|
|
|
{
|
|
|
|
"files.watcherExclude": {
|
2025-08-07 19:32:41 +01:00
|
|
|
"cache/**": true,
|
|
|
|
"candidates/**": true,
|
|
|
|
|
2025-07-26 13:44:32 +01:00
|
|
|
},
|
2025-08-07 19:32:41 +01:00
|
|
|
"search.exclude": {
|
|
|
|
"cache/**": true,
|
|
|
|
"candidates/**": true
|
|
|
|
},
|
|
|
|
"files.exclude": {
|
|
|
|
"**/.git": true,
|
|
|
|
"**/.svn": true,
|
|
|
|
"**/.hg": true,
|
|
|
|
"**/.DS_Store": true,
|
|
|
|
"**/Thumbs.db": true,
|
|
|
|
"cache/**": true,
|
|
|
|
},
|
|
|
|
"debug.javascript.codelens.npmScripts": "never",
|
|
|
|
|
|
|
|
|
|
|
|
|
2025-07-26 13:44:32 +01:00
|
|
|
}
|