push
This commit is contained in:
44
innungsapp/.dockerignore
Normal file
44
innungsapp/.dockerignore
Normal 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
|
||||
Reference in New Issue
Block a user