fix: Add missing maps module and scope gitignore rules
All checks were successful
Test Asgard Runner / test (push) Successful in 3s

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>
This commit is contained in:
Vantz Stockwell
2026-02-15 21:35:47 -05:00
parent 50848fd0e8
commit 2ad6a658ca
6 changed files with 172 additions and 3 deletions

6
.gitignore vendored
View File

@@ -25,9 +25,9 @@ Thumbs.db
docker/pg_data/
docker/nats_data/
# Maps and backups (runtime data)
maps/
backups/
# Maps and backups (runtime data, top-level only)
/maps/
/backups/
# Logs
*.log