mirror of
https://github.com/Dvorinka/SEEN.git
synced 2026-06-03 20:13:02 +00:00
small fix, don't worry about it
This commit is contained in:
+38
@@ -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
|
||||
Reference in New Issue
Block a user