Skip to content

Commit 85c9508

Browse files
Update src/core/prompts/sections/custom-instructions.ts
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
1 parent ec62e2f commit 85c9508

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/prompts/sections/custom-instructions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ function shouldIncludeRuleFile(filename: string): boolean {
330330
"*.swp",
331331
"*.temp",
332332
"*.tmp",
333-
"*.Thumbs.db",
333+
"Thumbs.db",
334334
]
335335

336336
for (const pattern of cachePatterns) {

0 commit comments

Comments
 (0)