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.
1 parent 2cdea4e commit 8c300caCopy full SHA for 8c300ca
src/cli/cluster/cluster_manager.ts
@@ -261,6 +261,7 @@ export class ClusterManager {
261
/[\\\/](\..*|node_modules|bower_components|target|public|__[a-z0-9_]+__|coverage)([\\\/]|$)/,
262
/\.test\.(js|tsx?)$/,
263
/\.md$/,
264
+ /debug\.log$/,
265
...pluginInternalDirsIgnore,
266
fromRoot('src/legacy/server/sass/__tmp__'),
267
fromRoot('x-pack/legacy/plugins/reporting/.chromium'),
0 commit comments