small fix, don't worry about it

This commit is contained in:
Tomas Dvorak
2026-04-10 12:06:24 +02:00
commit 5c500a72b0
243 changed files with 44176 additions and 0 deletions
+38
View File
@@ -0,0 +1,38 @@
# frontend dependencies and build output
frontend/node_modules/
frontend/dist/
backend/bin/
# env and local files
frontend/.env
backend/.env
backend/.env.production.local
*.local
# production secrets
backend/.env.production.local
.env.production
.env.local
# backups
backups/
*.sql
*.sql.gz
# certificates and keys
*.pem
*.key
*.crt
letsencrypt/
# test artifacts
frontend/playwright-report/
frontend/test-results/
# logs
*.log
logs/
# misc
.DS_Store
backend/api