chore: Add patterns to .gitignore for SQLite WAL and SHM files.

This commit is contained in:
2025-12-03 00:47:46 +01:00
parent c33bd3a052
commit d9e1328485

2
.gitignore vendored
View File

@@ -95,3 +95,5 @@ TestResults/
*.bak *.bak
*.tmp *.tmp
*.temp *.temp
*.db-wal
*.db-shm