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 8a30462 commit b93427bCopy full SHA for b93427b
src/cli/cluster/cluster_manager.ts
@@ -259,7 +259,9 @@ export class ClusterManager {
259
260
const ignorePaths = [
261
/[\\\/](\..*|node_modules|bower_components|target|public|__[a-z0-9_]+__|coverage)([\\\/]|$)/,
262
- /\.test\.(js|ts)$/,
+ /\.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