Add *.db-shm and *.db-wal to .gitignore

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
main
I Luk Kim 3 months ago
parent 190e395d66
commit 2edf045710

2
.gitignore vendored

@ -18,3 +18,5 @@ build/
htmlcov/ htmlcov/
runs/ runs/
*.db *.db
*.db-shm
*.db-wal

Loading…
Cancel
Save