Add SQLite WAL files to .gitignore

master
Joca 2026-06-03 23:11:22 -03:00
parent a0f05791f8
commit 037c4e5ce3
Signed by: jocadbz
GPG Key ID: B1836DCE2F50BDF7
3 changed files with 2 additions and 0 deletions

2
.gitignore vendored
View File

@ -2,3 +2,5 @@
/data.db /data.db
/uploads/* /uploads/*
!.gitkeep !.gitkeep
*.db-shm
*.db-wal

Binary file not shown.

Binary file not shown.