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

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
2026-05-04 22:23:08 +02:00
parent 3135a15cb3
commit 38a3aa6bbf
2 changed files with 7 additions and 1 deletions

View File

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

4
.gitignore vendored
View File

@@ -8,7 +8,9 @@
.env.prod .env.prod
*.db *.db
*db-shm
*db-wal
.worktrees/ .worktrees/
.superpowers/ .superpowers/
docs/ docs/