chore(NA): ignore server watch for md and test.tsx files (#64797)

* chore(NA): avoid unnecessary server watches on md and test.tsx files

* chore(NA): include debug log files
This commit is contained in:
Tiago Costa 2020-04-30 19:35:20 +01:00 committed by GitHub
parent 8a304623d4
commit b93427b7b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -259,7 +259,9 @@ export class ClusterManager {
const ignorePaths = [
/[\\\/](\..*|node_modules|bower_components|target|public|__[a-z0-9_]+__|coverage)([\\\/]|$)/,
/\.test\.(js|ts)$/,
/\.test\.(js|tsx?)$/,
/\.md$/,
/debug\.log$/,
...pluginInternalDirsIgnore,
fromRoot('src/legacy/server/sass/__tmp__'),
fromRoot('x-pack/legacy/plugins/reporting/.chromium'),