fix: Add missing maps module and scope gitignore rules
All checks were successful
Test Asgard Runner / test (push) Successful in 3s
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:
6
.gitignore
vendored
6
.gitignore
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user