Files
GSM/.gitignore
Alexander Zielonka b07ec607eb
All checks were successful
Deploy GSM / deploy (push) Successful in 24s
Remove SQLite databases from git tracking
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>
2026-01-10 13:55:25 +01:00

11 lines
133 B
Plaintext

node_modules/
dist/
*.tar.gz
.env
.env.*
!.env.example
# SQLite databases (production data should not be in git)
*.sqlite
*.sqlite3