added .env.production to .gitignore

This commit is contained in:
2025-10-28 17:33:26 +01:00
parent 840b4384a5
commit 82533ae616
2 changed files with 2 additions and 2 deletions

View File

@@ -2,4 +2,3 @@
NODE_ENV=production NODE_ENV=production
JWT_SECRET=your-super-secure-minimum-32-character-secret-key-here JWT_SECRET=your-super-secure-minimum-32-character-secret-key-here
DATABASE_PATH=/app/data/production.db DATABASE_PATH=/app/data/production.db
FRONTEND_BUILD_PATH=/app/frontend-build

1
.gitignore vendored
View File

@@ -64,6 +64,7 @@ build/
.env.development.local .env.development.local
.env.test.local .env.test.local
.env.production.local .env.production.local
.env.production
# Database # Database
database/*.db database/*.db