We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
globby()
1 parent 9ceb494 commit efe9f49Copy full SHA for efe9f49
lib/glob-assets.js
@@ -30,7 +30,6 @@ export default async function globAssets({ cwd }, assets) {
30
const globbed = await globby(glob, {
31
cwd,
32
expandDirectories: false, // TODO Temporary workaround for https://github.com/mrmlnc/fast-glob/issues/47
33
- gitignore: false,
34
dot: true,
35
onlyFiles: false,
36
});
0 commit comments