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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy