Remove SQLite databases from git tracking
All checks were successful
Deploy GSM / deploy (push) Successful in 24s

Database files should not be in version control as they contain
production data that gets overwritten on each deployment.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-01-10 13:55:25 +01:00
parent a07e8df3e7
commit b07ec607eb
3 changed files with 4 additions and 0 deletions

4
.gitignore vendored
View File

@@ -4,3 +4,7 @@ dist/
.env
.env.*
!.env.example
# SQLite databases (production data should not be in git)
*.sqlite
*.sqlite3

Binary file not shown.