diff --git a/.dockerignore b/.dockerignore index be16eca2a2..70653bf14d 100644 --- a/.dockerignore +++ b/.dockerignore @@ -53,8 +53,10 @@ reports/mutation # Local caches and quality-gate artifacts (all gitignored). `_*` does not match # dot-prefixed names, so these need explicit entries. .artifacts -.eslintcache -.eslintcache-complexity +.eslintcache* +.fakebin-* +MAX +quality-ratchet/ # Documentation # Issue #2348: The Dashboard Docs viewer reads markdown from `/app/docs` at diff --git a/.gitignore b/.gitignore index 5d509ade5d..6b4352f871 100644 --- a/.gitignore +++ b/.gitignore @@ -18,7 +18,7 @@ _tasks/ .logs/** .tests/** .coverage/** -coverage/ +/coverage/ .dist/** .next/** .build/** @@ -70,6 +70,7 @@ yarn-error.log* .env* !.env.example !.env.homolog.example +!.env.devin-bridge.example # Provider API keys (never commit) *.api-key .nvidia-api-key @@ -82,7 +83,7 @@ yarn-error.log* next-env.d.ts # data and logs -data/ +/data/ .data/ logs/* test_output.log @@ -104,7 +105,7 @@ open-sse/test/* test-results/ playwright-report/ blob-report/ -cloud/ +/cloud/ .tmp/ # Security Analysis (standalone project with own git) @@ -171,7 +172,6 @@ config/quality/test-impact-map.json # GitNexus local index .gitnexus .worktrees -bin/omniroute.mjs # Consistent with .dockerignore / .npmignore .omc/ @@ -209,7 +209,7 @@ scripts/i18n/_pending-keys.json # AI agent local settings and configs .agents/ .antigravitycli/ -.claude/ +/.claude/ # PR Reviews and local feedback files pr_reviews*.json @@ -267,6 +267,8 @@ _artifacts/ # release-green artifacts # CI/local quality artifacts (eslint-results.json, quality-ratchet.md, etc.) .artifacts/ +/perf-audit*.md +/quality-ratchet/ # Homologation E2E suite (npm run homolog) — real-environment credentials + report output .env.homolog diff --git a/.npmignore b/.npmignore index ab2b7c1e44..96d4c898d6 100644 --- a/.npmignore +++ b/.npmignore @@ -94,6 +94,10 @@ vscode-extension/ /_*/ # Consistent with .gitignore and .dockerignore +.claude/ +.fakebin-* +.eslintcache* +_tasks/ .DS_Store .idea/ .config/