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.
1 parent 7981b08 commit 3591be4Copy full SHA for 3591be4
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