Skip to content

Commit

Permalink
[dev/watch] ignore chromium and sass tmp directories (#47603)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz authored and spalger committed Oct 10, 2019
1 parent d4200f4 commit 277d939
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/cli/cluster/cluster_manager.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,8 @@ export default class ClusterManager {
resolve(path, 'target'),
resolve(path, 'scripts'),
resolve(path, 'docs'),
resolve(path, 'src/legacy/server/sass/__tmp__'),
resolve(path, 'legacy/plugins/reporting/.chromium'),
resolve(path, 'legacy/plugins/siem/cypress'),
resolve(path, 'legacy/plugins/apm/cypress'),
resolve(path, 'x-pack/legacy/plugins/canvas/canvas_plugin_src') // prevents server from restarting twice for Canvas plugin changes
Expand Down

0 comments on commit 277d939

Please sign in to comment.