e003b17280
- thread-stream test fixtures (intentionally malformed) were being picked up by Turbopack during production build, causing 111 compile errors - IgnorePlugin excludes /test/ within thread-stream context - thread-stream added to serverExternalPackages to prevent bundling - /app removed: it is a stale npm-package prebuild artifact, not source code
137 lines
2.3 KiB
Plaintext
137 lines
2.3 KiB
Plaintext
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
|
|
# project-specific directories
|
|
.omnivscodeagent/
|
|
omnirouteCloud/
|
|
omnirouteSite/
|
|
|
|
# dependencies
|
|
node_modules/
|
|
/.pnp
|
|
.pnp.*
|
|
.yarn/*
|
|
!.yarn/patches
|
|
!.yarn/plugins
|
|
!.yarn/releases
|
|
!.yarn/versions
|
|
|
|
# testing
|
|
coverage/
|
|
|
|
# next.js
|
|
.next/
|
|
/out/
|
|
|
|
# production
|
|
/build
|
|
/app
|
|
cloud/*
|
|
|
|
# misc
|
|
.DS_Store
|
|
*.pem
|
|
|
|
# debug
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
.pnpm-debug.log*
|
|
|
|
# env files (can opt-in for committing if needed)
|
|
.env*
|
|
!.env.example
|
|
|
|
# vercel
|
|
.vercel
|
|
|
|
# typescript
|
|
*.tsbuildinfo
|
|
next-env.d.ts
|
|
|
|
# data and logs
|
|
data/
|
|
logs/*
|
|
|
|
# analysis directories (generated, not tracked)
|
|
.analysis/
|
|
antigravity-manager-analysis/
|
|
.sisyphus/
|
|
.plans/
|
|
|
|
# docs (allow specific tracked files)
|
|
docs/*
|
|
!docs/ARCHITECTURE.md
|
|
!docs/CODEBASE_DOCUMENTATION.md
|
|
!docs/CONTRIBUTING.md
|
|
!docs/USER_GUIDE.md
|
|
!docs/API_REFERENCE.md
|
|
!docs/TROUBLESHOOTING.md
|
|
!docs/EXECUTION_CONTEXT_PROVIDER_SYNC.md
|
|
!docs/TASK_NEBIUS_BACKEND_ENABLEMENT.md
|
|
!docs/frontend-backend-provider-gap-report.md
|
|
!docs/openapi.yaml
|
|
!docs/RELEASE_CHECKLIST.md
|
|
!docs/PLANO-IMPLANTACAO.md
|
|
!docs/TASKS.md
|
|
!docs/FASE-*.md
|
|
!docs/adr/
|
|
!docs/cli-tools/
|
|
!docs/planning/
|
|
!docs/improvement-plans/
|
|
!docs/api/
|
|
!docs/VM_DEPLOYMENT_GUIDE.md
|
|
!docs/FEATURES.md
|
|
!docs/screenshots/
|
|
!docs/i18n/
|
|
!docs/i18n/**
|
|
!docs/A2A-SERVER.md
|
|
!docs/AUTO-COMBO.md
|
|
!docs/MCP-SERVER.md
|
|
!docs/CLI-TOOLS.md
|
|
|
|
|
|
# open-sse tests
|
|
open-sse/test/*
|
|
|
|
# Ignore vscode AI rules
|
|
.github/instructions/codacy.instructions.md
|
|
|
|
# Playwright
|
|
test-results/
|
|
playwright-report/
|
|
blob-report/
|
|
cloud/
|
|
|
|
# Security Analysis (standalone project with own git)
|
|
security-analysis/
|
|
|
|
# Deploy workflow (contains sensitive VPS credentials)
|
|
clipr/
|
|
app.log
|
|
*.tgz
|
|
|
|
# Backup directories
|
|
app.__qa_backup/
|
|
|
|
# Production standalone build (created by scripts/prepublish.mjs)
|
|
# Conflicts with Next.js App Router detection in dev (root app/ shadows src/app/)
|
|
# npm publish still includes it via package.json "files" field
|
|
/app/
|
|
|
|
# Electron (subproject dependency lock and build artifacts)
|
|
electron/package-lock.json
|
|
electron/dist-electron/
|
|
electron/node_modules/
|
|
icon.iconset/
|
|
|
|
# VS Code Extension (independent Git repo)
|
|
vscode-extension/
|
|
|
|
# SQLite residual files
|
|
*.sqlite-shm
|
|
*.sqlite-wal
|
|
*.sqlite-journal
|
|
|
|
# Compiled npm-package build artifact (not source, should not be in git)
|
|
/app
|