``update Add todo-tree filter exclusions for node_modules, bundles, Next.js build folders, and distribution artifacts``

This commit is contained in:
2025-05-17 18:12:32 +08:00
parent 91b3f53abe
commit 50fc385c2b

View File

@@ -1,3 +1,10 @@
{
"git.ignoreLimitWarning": true
}
"git.ignoreLimitWarning": true,
"todo-tree.filtering.excludeGlobs": [
"**/node_modules/*/**",
"**/*.bundle.*",
"**/.next/*/**",
"**/dist/*/**",
"**/build/*/**",
],
}