``update Add todo-tree filter exclusions for node_modules, bundles, Next.js build folders, and distribution artifacts
``
This commit is contained in:
9
002_source/cms/src/.vscode/settings.json
vendored
9
002_source/cms/src/.vscode/settings.json
vendored
@@ -1,3 +1,10 @@
|
|||||||
{
|
{
|
||||||
"git.ignoreLimitWarning": true
|
"git.ignoreLimitWarning": true,
|
||||||
|
"todo-tree.filtering.excludeGlobs": [
|
||||||
|
"**/node_modules/*/**",
|
||||||
|
"**/*.bundle.*",
|
||||||
|
"**/.next/*/**",
|
||||||
|
"**/dist/*/**",
|
||||||
|
"**/build/*/**",
|
||||||
|
],
|
||||||
}
|
}
|
Reference in New Issue
Block a user