Initialisieren

This commit is contained in:
2026-07-23 21:59:15 +02:00
commit 2d961adad4
76 changed files with 14318 additions and 0 deletions

32
.dockerignore Normal file
View File

@@ -0,0 +1,32 @@
# dependencies
node_modules
.pnp
.pnp.*
# next.js build output
.next
out
build
# git
.git
.gitignore
# env files (pass secrets via docker-compose env_file / environment instead)
.env
.env.*
!.env.example
# docs and planning files (not needed inside the image)
*.md
*.csv
# editor/OS
.DS_Store
.vscode
.idea
# docker itself
Dockerfile
.dockerignore
docker-compose.yml