Exclude test artifacts from runtime impact analysis
This commit is contained in:
@@ -6,10 +6,12 @@ import { fileURLToPath } from 'node:url';
|
||||
const CODE_EXTENSION = String.raw`\.[cm]?[jt]sx?$`;
|
||||
const noRuntimeImpact = [
|
||||
/^\.codex\//,
|
||||
/^\.tmp-tests\//,
|
||||
/^docs\//,
|
||||
/^test\//,
|
||||
/^workpack\//,
|
||||
/^(?:AGENTS|PRODUCT|README)\.md$/,
|
||||
/^context\.md$/,
|
||||
/^\.env\.example$/,
|
||||
/^\.gitignore$/,
|
||||
/^Dockerfile\.client$/,
|
||||
|
||||
Reference in New Issue
Block a user