fix: gitignore memory_store WAL/SHM files (missed from previous ignore rules)
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -27,6 +27,8 @@ platforms/
|
|||||||
|
|
||||||
# SQLite databases (handled by daily snapshot cron)
|
# SQLite databases (handled by daily snapshot cron)
|
||||||
memory_store.db
|
memory_store.db
|
||||||
|
memory_store.db-shm
|
||||||
|
memory_store.db-wal
|
||||||
state.db
|
state.db
|
||||||
state.db-shm
|
state.db-shm
|
||||||
state.db-wal
|
state.db-wal
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user