chore(db): track ticket database in version control

The SQLite database contains integral project content (273 tickets,
dependencies, sprint planning). Remove from .gitignore and check in.
WAL/SHM journal files remain ignored as transient.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-11 16:03:55 +01:00
co-authored by Claude Opus 4.6
parent 918b404a36
commit 3a2fe4bd71
2 changed files with 1 additions and 2 deletions
+1 -2
View File
@@ -1,8 +1,7 @@
# Build and cache
.cache/
# Database
db/commonwealth.db
# Database journal files (transient, not the DB itself)
db/commonwealth.db-wal
db/commonwealth.db-shm
Binary file not shown.