mirror of
https://github.com/Dvorinka/SEEN.git
synced 2026-06-04 20:43:03 +00:00
39 lines
469 B
Plaintext
39 lines
469 B
Plaintext
# 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
|