mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-11 14:24:24 +00:00
ignore tmp files
This commit is contained in:
parent
a3f8c809a0
commit
fbd36b58e5
@ -117,7 +117,7 @@ class Watch {
|
||||
this.logger.trace(files);
|
||||
|
||||
let configWatcher = chokidar.watch(files, {
|
||||
ignored: /[\/\\]\./, persistent: true, ignoreInitial: true, followSymlinks: true
|
||||
ignored: /[\/\\]\.|tmp_/, persistent: true, ignoreInitial: true, followSymlinks: true
|
||||
});
|
||||
this.fileWatchers.push(configWatcher);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user