We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8418c8b commit 765d9d8Copy full SHA for 765d9d8
core/indexing/ignore.ts
@@ -71,9 +71,10 @@ export const DEFAULT_SECURITY_IGNORE_DIRS = [
71
"venv/",
72
73
// IDE directories that may contain cached credentials
74
- ".vscode/",
75
- ".idea/",
76
- ".vs/",
+ // For now excluding, reasons for this unclear
+ // ".vscode/",
+ // ".idea/",
77
+ // ".vs/",
78
79
// Cloud provider credential directories
80
".aws/",
@@ -94,9 +95,6 @@ export const DEFAULT_SECURITY_IGNORE_DIRS = [
94
95
".gnupg/",
96
".gpg/",
97
- // Application-specific
98
- ".continue/",
99
-
100
// Temporary directories that might contain sensitive data
101
"tmp/secrets/",
102
"temp/secrets/",
0 commit comments