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>
42 lines
441 B
Text
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
|