fix(repo): repair .gitignore anchors and un-ignore published CLI entrypoint

This commit is contained in:
backryun
2026-08-12 12:06:56 -03:00
parent 45429c53db
commit bee3bad734
3 changed files with 15 additions and 7 deletions

View File

@@ -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

12
.gitignore vendored
View File

@@ -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

View File

@@ -94,6 +94,10 @@ vscode-extension/
/_*/
# Consistent with .gitignore and .dockerignore
.claude/
.fakebin-*
.eslintcache*
_tasks/
.DS_Store
.idea/
.config/