We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f3f077c + 33d49d2 commit 27aee2fCopy full SHA for 27aee2f
1 file changed
lib/file-watcher.js
@@ -12,7 +12,7 @@ module.exports.plugin = function (bs) {
12
var emitter = bs.emitter;
13
14
var defaultWatchOptions = require("immutable").Map({
15
- ignored: /[\/\\]\./
+ ignored: /^([.][^.\/\\])|([\/\\]+[.][^.])/
16
})
17
.mergeDeep(
18
options.get("watchOptions") || options.get("watchoptions")
0 commit comments