fix: update .gitignore to include db-shm and db-wal files

This commit is contained in:
2026-05-04 22:23:08 +02:00
parent a49fbad26c
commit ca06e42caf
2 changed files with 7 additions and 1 deletions

View File

@@ -4,3 +4,7 @@ target/
*.db
*.db-shm
*.db-wal
.cargo/
.sqlx/
docs/
dev.db