All checks were successful
Test Asgard Runner / test (push) Successful in 3s
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
44 lines
479 B
Plaintext
44 lines
479 B
Plaintext
# Environment
|
|
.env
|
|
.env.local
|
|
|
|
# Rust
|
|
backend/target/
|
|
**/*.rs.bk
|
|
|
|
# Node / Frontend
|
|
frontend/node_modules/
|
|
frontend/dist/
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Docker volumes (local dev)
|
|
docker/pg_data/
|
|
docker/nats_data/
|
|
|
|
# Maps and backups (runtime data, top-level only)
|
|
/maps/
|
|
/backups/
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# NestJS
|
|
backend-nest/node_modules/
|
|
backend-nest/dist/
|
|
|
|
# MCP config (contains credentials)
|
|
.mcp.json
|
|
|
|
# Scratch/debug artifacts
|
|
browser-error.md
|