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>
11 lines
133 B
Plaintext
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
|