feat: update Docker configuration and .gitignore, remove unused JSON files

This commit is contained in:
an14051
2026-05-13 00:14:08 +02:00
parent 33e339bde6
commit af0d8b3458
8 changed files with 28 additions and 29 deletions
+22
View File
@@ -40,4 +40,26 @@ yarn-error.log*
# typescript
*.tsbuildinfo
next-env.d.ts
# build artifacts
/dist/
/build/
/.next/
/frontend/.turbo/
# bun
.bun/
bunfig.toml.local
# cache & logs
.turbo/
*.log
lerna-debug.log*
# user data & uploads
/frontend/data/uploads/
/frontend/data/*.db
/frontend/data/*.db-shm
/frontend/data/*.db-wal
/frontend/data/*.migrated
/data/uploads/