Change db .gitignore, the DB have to be shipped with the app to include db updates
This commit is contained in:
parent
e81a8505a9
commit
821ad1f759
|
|
@ -24,4 +24,4 @@ logs
|
||||||
.env.*
|
.env.*
|
||||||
!.env.example
|
!.env.example
|
||||||
|
|
||||||
db.sqlite*
|
db.sqlite-*
|
||||||
Loading…
Reference in New Issue