Change gitignore to remove the DB now that the deployement process can backup the DB
This commit is contained in:
parent
e99a5f15b4
commit
c4bf95e48b
|
|
@ -22,3 +22,7 @@ logs
|
||||||
.env
|
.env
|
||||||
.env.*
|
.env.*
|
||||||
!.env.example
|
!.env.example
|
||||||
|
|
||||||
|
*.sqlite
|
||||||
|
*.sqlite-wal
|
||||||
|
*.sqlite-shm
|
||||||
Loading…
Reference in New Issue