Skip to content

Commit c172d94

Browse files
committed
Allow globbing of files in the gitignore
1 parent acd6d65 commit c172d94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quartz/util/glob.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export async function glob(
1515
await globby(pattern, {
1616
cwd,
1717
ignore: ignorePatterns,
18-
gitignore: true,
18+
gitignore: false,
1919
})
2020
).map(toPosixPath)
2121
return fps as FilePath[]

0 commit comments

Comments
 (0)