This commit is contained in:
Timo Knuth
2026-02-27 15:19:24 +01:00
parent b7f8221095
commit 253c3c1c6d
134 changed files with 11188 additions and 1871 deletions

44
innungsapp/.dockerignore Normal file
View File

@@ -0,0 +1,44 @@
# Dependencies (rebuilt in Docker)
node_modules
**/node_modules
# Next.js build cache
**/.next
**/out
# Expo / Mobile (not needed for admin Docker build)
apps/mobile
# Dev databases
**/*.db
**/*.db-journal
**/*.db-wal
**/*.db-shm
# Uploads (mounted as volume)
apps/admin/uploads
# Env files
**/.env
**/.env.local
**/.env.development
**/.env.production
# Git
.git
.gitignore
# Logs
**/*.log
**/npm-debug.log*
# TypeScript build info
**/*.tsbuildinfo
# OS
.DS_Store
Thumbs.db
# IDE
.vscode
.idea