chore(config): update vscodeignore to exclude additional build artifacts

This commit is contained in:
2026-04-24 12:38:01 -04:00
parent f823dc4803
commit c870350c11
+7 -3
View File
@@ -1,6 +1,10 @@
src/** .vscode/**
node_modules/** .git/**
.gitignore .gitignore
node_modules/**
*.vsix
assets/**
src/**
tsconfig.json tsconfig.json
cline-main/**
**/*.map **/*.map
package-lock.json