diff --git a/.nxignore b/.nxignore index d49333b815..a4c22c3bfe 100644 --- a/.nxignore +++ b/.nxignore @@ -1,4 +1,6 @@ **/src/package.json +**/*.ejs +**/*.template packages/@*/*/{builders,schematics}/**/templates/**/*.ts packages/@*/*/{builders,schematics}/**/mocks/**/*.ts packages/@*/*/build/** diff --git a/eslint.shared.config.mjs b/eslint.shared.config.mjs index 72625e610f..4992fbb519 100644 --- a/eslint.shared.config.mjs +++ b/eslint.shared.config.mjs @@ -21,10 +21,13 @@ export default [ ignores: [ '.cache/**/*', '.yarn/**/*', - '**/dist*/', + '**/dist/', + '**/dist-*/', '**/test/', '**/tmp/', '**/templates/', + '**/*.ejs', + '**/*.template', '**/.attachments/', '**/generated-doc/', '**/packaged-action/',