mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[optimize/watchers] tweak ignore patterns
This commit is contained in:
parent
ce19ecc2a2
commit
330622fe89
2 changed files with 2 additions and 2 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -10,7 +10,7 @@ target
|
|||
.idea
|
||||
*.iml
|
||||
*.log
|
||||
esvm
|
||||
/esvm
|
||||
.htpasswd
|
||||
installedPlugins
|
||||
webpackstats.json
|
||||
|
|
|
@ -64,7 +64,7 @@ module.exports = class ClusterManager {
|
|||
'installedPlugins'
|
||||
], {
|
||||
cwd: fromRoot('.'),
|
||||
ignored: /[\\\/](node_modules|bower_components|public)[\\\/]/,
|
||||
ignored: /[\\\/](node_modules|bower_components|public|__tests__)[\\\/]/,
|
||||
});
|
||||
|
||||
this.watcher.on('add', this.onWatcherAdd);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue