Change db .gitignore, the DB have to be shipped with the app to include db updates

This commit is contained in:
2024-08-23 00:04:36 +02:00
parent e81a8505a9
commit 821ad1f759

2
.gitignore vendored
View File

@@ -24,4 +24,4 @@ logs
.env.*
!.env.example
db.sqlite*
db.sqlite-*