Skip to content

Commit 520271f

Browse files
authored
Merge branch 'master' into add/warn
2 parents 18ba56a + 2cc8f1a commit 520271f

File tree

3 files changed

+99
-107
lines changed

3 files changed

+99
-107
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
});

package-lock.json

Lines changed: 96 additions & 103 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)