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:
+1
-2
@@ -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.
Reference in New Issue
Block a user