Move existing db to data/dev, update gitignore
This commit is contained in:
parent
86951e5e94
commit
b72a9a8705
1 changed files with 4 additions and 4 deletions
8
.gitignore
vendored
8
.gitignore
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue