44 lines
477 B
Text
44 lines
477 B
Text
# Binaries (root-level only)
|
|
/acb-local
|
|
/acb-mapgen
|
|
/acb-worker
|
|
/acb-api
|
|
/acb-matchmaker
|
|
/acb-evolver
|
|
/acb-index-builder
|
|
|
|
# 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/
|
|
|
|
# Generated map data
|
|
web/public/data/maps/
|
|
|
|
# Marathon instructions (local only)
|
|
.marathon/
|
|
|
|
# Development tools
|
|
.beads/
|
|
.needle.yaml
|