Skip to content

Commit fb710fd

Browse files
committed
chore: gitignore SQLite WAL sidecars (*.db-wal/*.db-shm) — transient runtime artifacts, first surfaced by the commons feed's ro connection
1 parent 5b476e0 commit fb710fd

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,3 +145,7 @@ README_ORIGINAL_DISABLED.md
145145
*.bak
146146
test/
147147
sandbox_test/
148+
149+
# SQLite WAL sidecars (runtime artifacts — commons.db ro-feed etc.)
150+
*.db-wal
151+
*.db-shm

0 commit comments

Comments
 (0)