Files
codegraph/.gitignore
T
Colby McHenryandClaude Opus 5 c853e93e08 chore: ignore stray git bundles
A lost `:` in an scp target to the Windows VM wrote three git bundles into
the working tree instead of onto the guest, and they were committed — 7.9 MB
of repository history carried in a feature branch. They have been scrubbed
from this branch; this keeps the next slip from being committed at all.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_012M9UE2Txyh7w8wyothDPTe
2026-08-31 17:25:03 -05:00

90 lines
1.4 KiB
Plaintext

# Dependencies
node_modules/
# Build output
dist/
# svelte-package's scratch dir (ui/ library build)
.svelte-kit/
.cmem
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Test coverage
/coverage/
.nyc_output/
# Environment
.env
.env.local
.env.*.local
# Logs
*.log
npm-debug.log*
# TypeScript build info
*.tsbuildinfo
# SQLite WAL mode files
*.db-wal
*.db-shm
# Local Claude settings
.claude/settings.local.json
.claude/scheduled_tasks.lock
.claude/handoffs/
# Parallels Windows VM SSH/connection config (local machine, see CLAUDE.md)
.parallels
# Confidential business / product / strategy docs — must NOT land in the
# public engine repo (see the IP boundary in CLAUDE.md)
docs/business/
# CodeGraph data directories (in test projects)
.codegraph/
test_frameworks
# Test language repos for manual testing
test-languages/
nul
release/
.antigravitycli/
# Local-only: browser-based tmux session launcher (see tmux-web/README.md)
tmux-web/
assets/__pycache__/
assets/generate-waitlist.py
.kommandr/
# Local scratch tests (never commit)
__tests__/zz-scratch*
# linux-arm64 kernel cross-build cache (rust:1-bookworm builder)
target-linux/
.kommandr/kommandr.db
.kommandr/kommandr.db-wal
.kommandr/kommandr.db-shm
# Stray git bundles from the Windows VM transfer (a lost `:` in an scp target
# once committed three of these, 7.9 MB, into a feature branch).
*.bundle
*.gitbundle