Skip to content

Commit 462ca8e

Browse files
daniel-lxsmrubens
andauthored
Update src/services/glob/list-files.ts
Co-authored-by: Matt Rubens <[email protected]>
1 parent 3b11b58 commit 462ca8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/glob/list-files.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ function buildNonRecursiveArgs(): string[] {
130130
args.push("-g", "*")
131131
args.push("--maxdepth", "1") // ripgrep uses maxdepth, not max-depth
132132

133-
// Respect .gitignore in non-recursive mode too (fixes the issue)
133+
// Respect .gitignore in non-recursive mode too
134134
// (ripgrep respects .gitignore by default)
135135

136136
// Apply directory exclusions for non-recursive searches

0 commit comments

Comments
 (0)