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 dfb4c33 commit 2cdea4eCopy full SHA for 2cdea4e
src/cli/cluster/cluster_manager.ts
@@ -259,7 +259,8 @@ 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
...pluginInternalDirsIgnore,
265
fromRoot('src/legacy/server/sass/__tmp__'),
266
fromRoot('x-pack/legacy/plugins/reporting/.chromium'),
0 commit comments