Files
corrosion-admin-panel/.gitignore
Vantz Stockwell 2ad6a658ca
All checks were successful
Test Asgard Runner / test (push) Successful in 3s
fix: Add missing maps module and scope gitignore rules
maps/ gitignore rule was catching backend-nest/src/modules/maps/.
Scoped to /maps/ (root only) so runtime data is still ignored
but source code isn't.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-15 21:35:47 -05:00

34 lines
332 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