Move existing db to data/dev, update gitignore

This commit is contained in:
Jared Miller 2026-01-28 17:09:10 -05:00
parent 86951e5e94
commit b72a9a8705
Signed by: shmup
GPG key ID: 22B5C6D66A38B06C

8
.gitignore vendored
View file

@ -28,10 +28,10 @@ report.[0-9]_.[0-9]_.[0-9]_.[0-9]_.json
*.tsbuildinfo
# SQLite databases
# Comment out root-level patterns - using data dirs instead
# *.db
# *.db-shm
# *.db-wal
# Root db (legacy, use data/ dirs instead)
/claude-remote.db
/claude-remote.db-shm
/claude-remote.db-wal
# Data directories
data/dev/*.db