Add SQLite WAL files to .gitignore
parent
a0f05791f8
commit
037c4e5ce3
|
|
@ -2,3 +2,5 @@
|
|||
/data.db
|
||||
/uploads/*
|
||||
!.gitkeep
|
||||
*.db-shm
|
||||
*.db-wal
|
||||
|
|
|
|||
BIN
data.db-shm
BIN
data.db-shm
Binary file not shown.
BIN
data.db-wal
BIN
data.db-wal
Binary file not shown.
Loading…
Reference in New Issue