Skip to content

Commit 8c300ca

Browse files
committed
chore(NA): include debug log files
1 parent 2cdea4e commit 8c300ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/cli/cluster/cluster_manager.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,7 @@ export class ClusterManager {
261261
/[\\\/](\..*|node_modules|bower_components|target|public|__[a-z0-9_]+__|coverage)([\\\/]|$)/,
262262
/\.test\.(js|tsx?)$/,
263263
/\.md$/,
264+
/debug\.log$/,
264265
...pluginInternalDirsIgnore,
265266
fromRoot('src/legacy/server/sass/__tmp__'),
266267
fromRoot('x-pack/legacy/plugins/reporting/.chromium'),

0 commit comments

Comments
 (0)