Skip to content

Commit efe9f49

Browse files
authored
fix(glob-assets): remove unnecessary option when invoking globby() (#924)
1 parent 9ceb494 commit efe9f49

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/glob-assets.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ export default async function globAssets({ cwd }, assets) {
3030
const globbed = await globby(glob, {
3131
cwd,
3232
expandDirectories: false, // TODO Temporary workaround for https://github.com/mrmlnc/fast-glob/issues/47
33-
gitignore: false,
3433
dot: true,
3534
onlyFiles: false,
3635
});

0 commit comments

Comments
 (0)