mirror of
https://github.com/abhigyanpatwari/GitNexus.git
synced 2026-09-21 00:21:30 +00:00
110 lines
1.5 KiB
Text
110 lines
1.5 KiB
Text
# Dependencies
|
|
node_modules/
|
|
|
|
# Build output
|
|
dist/
|
|
|
|
# TypeScript build info
|
|
*.tsbuildinfo
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
.claude/settings.local.json
|
|
|
|
# Environment variables
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
docker/.env
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
|
|
# Testing
|
|
coverage/
|
|
|
|
# Misc
|
|
*.local
|
|
HANDOFF.md
|
|
HANDOFF*.md
|
|
|
|
.vercel
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.env*.local
|
|
.gitnexus
|
|
.claude/settings.local.json
|
|
|
|
# Claude Code worktrees
|
|
.claude/worktrees/
|
|
|
|
# Claude code skills
|
|
.claude/skills/generated/
|
|
|
|
# Assets (screenshots, images)
|
|
assets/
|
|
|
|
# Generated files (should not be indexed)
|
|
repomix-output*
|
|
|
|
# Playwright artifacts
|
|
gitnexus-web/playwright-report/
|
|
gitnexus-web/test-results/
|
|
|
|
# Python test artifacts
|
|
eval/.coverage
|
|
eval/.hypothesis/
|
|
|
|
# Design docs (local only)
|
|
docs/plans/
|
|
|
|
gitnexus/test/fixtures/mini-repo/*.md
|
|
gitnexus/test/fixtures/mini-repo/.claude
|
|
gitnexus/test/fixtures/mini-repo/.gitignore
|
|
|
|
# Ignore csharp generated obj and bin folders
|
|
gitnexus/test/fixtures/lang-resolution/**/obj
|
|
gitnexus/test/fixtures/lang-resolution/**/bin
|
|
GitNexus.sln
|
|
# Git worktrees
|
|
.worktrees/
|
|
|
|
# Vendored tree-sitter grammar build artifacts (created at install time,
|
|
# never committed). See docs/plans/2026-04-15-002-fix-tree-sitter-proto-vendor-deps-plan.md
|
|
gitnexus/vendor/**/build/
|
|
gitnexus/vendor/**/node_modules/
|
|
|
|
/github/scripts/triage/__pycache__/
|
|
|
|
.claude-flow/
|
|
|
|
.claude/agents/
|
|
.claude/commands/
|
|
.claude/helpers
|
|
.claude/skills/
|
|
!.claude/skills/gitnexus/
|
|
|
|
.history/
|
|
|
|
.swarm/
|
|
|
|
local_docs/
|
|
|
|
# Local agent scratch / review prompts (never commit)
|
|
.tmp/
|
|
.agents/
|
|
.context/
|
|
gitnexus/web/
|