mirror of
https://github.com/abhigyanpatwari/GitNexus.git
synced 2026-08-28 05:25:25 +00:00
* chore: add enterprise offering section to README, ignore local_docs/ * chore: normalize em dash to hyphen in README enterprise section * docs: expand enterprise section with commercial licensing and feature details
98 lines
No EOL
1.2 KiB
Text
98 lines
No EOL
1.2 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
|
|
|
|
# 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/
|
|
|
|
/github/scripts/triage/__pycache__/
|
|
|
|
.claude-flow/
|
|
|
|
.claude/agents/
|
|
.claude/commands/
|
|
.claude/helpers
|
|
.claude/skills/
|
|
!.claude/skills/gitnexus/
|
|
|
|
.history/
|
|
|
|
.swarm/
|
|
|
|
local_docs/ |