chore: unify data folder and update AI instructions (#58)

- Use single ./data folder for both dev and prod (removes ./backend/data)
- Update docker-compose.dev.yml to use ./data:/app/data
- Remove backend/data/ from .gitignore (only data/ needed)
- Add 'NEVER create PRs without permission' rule to copilot-instructions.md
This commit is contained in:
Daniel Volz
2026-01-20 19:32:35 +01:00
committed by GitHub
parent cea1a8b119
commit 30d72f625d
3 changed files with 2 additions and 2 deletions
-1
View File
@@ -34,7 +34,6 @@ coverage/
*.db-journal
*.db-wal
*.db-shm
backend/data/
data/
# ===================