fix: gitignore memory_store WAL/SHM files (missed from previous ignore rules)

This commit is contained in:
2026-05-25 11:36:04 +00:00
parent 822625787a
commit 1f83d59f77
3 changed files with 2 additions and 0 deletions

2
.gitignore vendored
View File

@@ -27,6 +27,8 @@ platforms/
# SQLite databases (handled by daily snapshot cron)
memory_store.db
memory_store.db-shm
memory_store.db-wal
state.db
state.db-shm
state.db-wal

Binary file not shown.

Binary file not shown.