We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 967949d + 924bda8 commit 812a54bCopy full SHA for 812a54b
1 file changed
index.js
@@ -43,7 +43,7 @@ module.exports.load = function (opts, cb) {
43
if (opts.ignore) ignore = ignore.concat(opts.ignore)
44
45
var deglobOpts = {
46
- ignore: ignore,
+ ignore,
47
cwd: opts.cwd || process.cwd(),
48
useGitIgnore: true,
49
usePackageJson: true,
0 commit comments