Skip to content

Commit

Permalink
fix: temporarily set gitignore to false
Browse files Browse the repository at this point in the history
  • Loading branch information
fjc0k committed Jul 17, 2019
1 parent 870c4d7 commit 4fb564d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Generator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export default class Generator {
{
dot: true,
onlyFiles: false,
gitignore: true,
gitignore: false, // TODO: fix https://github.com/sindresorhus/globby/issues/133
...(marker.globbyOptions || {}),
cwd: currentDir,
absolute: true,
Expand Down

0 comments on commit 4fb564d

Please sign in to comment.