Change gitignore to remove the DB now that the deployement process can backup the DB

This commit is contained in:
2024-11-28 09:53:02 +01:00
parent e99a5f15b4
commit c4bf95e48b

4
.gitignore vendored
View File

@@ -22,3 +22,7 @@ logs
.env
.env.*
!.env.example
*.sqlite
*.sqlite-wal
*.sqlite-shm