Skip to content

Commit 765d9d8

Browse files
committed
fix: update security ignores
1 parent 8418c8b commit 765d9d8

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

core/indexing/ignore.ts

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,10 @@ export const DEFAULT_SECURITY_IGNORE_DIRS = [
7171
"venv/",
7272

7373
// IDE directories that may contain cached credentials
74-
".vscode/",
75-
".idea/",
76-
".vs/",
74+
// For now excluding, reasons for this unclear
75+
// ".vscode/",
76+
// ".idea/",
77+
// ".vs/",
7778

7879
// Cloud provider credential directories
7980
".aws/",
@@ -94,9 +95,6 @@ export const DEFAULT_SECURITY_IGNORE_DIRS = [
9495
".gnupg/",
9596
".gpg/",
9697

97-
// Application-specific
98-
".continue/",
99-
10098
// Temporary directories that might contain sensitive data
10199
"tmp/secrets/",
102100
"temp/secrets/",

0 commit comments

Comments
 (0)