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 5052dc7 commit afb19b9Copy full SHA for afb19b9
core/indexing/ignore.ts
@@ -95,9 +95,6 @@ export const DEFAULT_SECURITY_IGNORE_DIRS = [
95
".gnupg/",
96
".gpg/",
97
98
- // Application specific
99
- ".continue/",
100
-
101
// Temporary directories that might contain sensitive data
102
"tmp/secrets/",
103
"temp/secrets/",
@@ -171,6 +168,8 @@ export const ADDITIONAL_INDEXING_IGNORE_FILETYPES = [
171
168
"*.swp",
172
169
"*.jsonl",
173
170
// "*.prompt", // can be incredibly confusing for the LLM to have another set of instructions injected into the prompt
+ // Application specific
+ ".continue/",
174
];
175
176
export const ADDITIONAL_INDEXING_IGNORE_DIRS = [
0 commit comments