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.
ignore
1 parent a6c28d0 commit 5e4917eCopy full SHA for 5e4917e
lib/cfg.js
@@ -29,7 +29,7 @@ module.exports = function (main, opts) {
29
if (opts.notify === false) c.notify = false;
30
}
31
32
- var ignoreWatch = ([]).concat(opts && opts['ignore-watch'] || []);
+ var ignoreWatch = ([]).concat(opts && opts['ignore-watch'] || []).concat(c.ignore || []);
33
ignoreWatch.length && console.log('Ignore watch:', ignoreWatch)
34
var ignore = ignoreWatch.concat(ignoreWatch.map(resolvePath));
35
return {
0 commit comments