ai-code-battle/.gitignore
jedarden 9b4c6fba26 chore(bf-23j): remove committed binaries and generated artifacts from repo root
Remove committed compiled binaries (acb-local-fixed, acb-local-test, acb-map-evolver, acb-maps-loader, arena.test - ~39MB total) and generated artifacts (test-combat.json, test-swarm-rusher.json, match logs). Also remove 39 incremental bf-22vc5 status notes, keeping only the consolidated final summary (notes/bf-22vc5.md).

Update .gitignore to prevent recurrence:
- Pattern-match all acb-* binaries and arena.test
- Ignore test-replay*.json and match-*.log files

This aligns the repo with the planned monorepo structure (docs/plan/plan.md section 11.1) and reduces clone size and git history bloat.

Co-Authored-By: Claude <noreply@anthropic.com>
2026-07-02 13:39:45 -04:00

42 lines
441 B
Text

# Binaries (root-level only)
/acb-*
/arena.test
!/*.md
# Node modules
node_modules/
# Build outputs
dist/
*.js.map
# Environment files
.env
.env.local
.env.*.local
# IDE
.idea/
.vscode/
*.swp
*.swo
# OS files
.DS_Store
Thumbs.db
# Test outputs
replay.json
test-replays/
test-replay*.json
match-*.log
# Generated map data
web/public/data/maps/
# Marathon instructions (local only)
.marathon/
# Development tools
.beads/
.needle.yaml