clean: initial commit ohne Secrets

This commit is contained in:
vibe-bot 2025-08-07 23:24:56 +02:00
commit c39f5fce0c
20 changed files with 782 additions and 0 deletions

16
.dockerignore Normal file
View file

@ -0,0 +1,16 @@
node_modules
**/node_modules
.git
.github
# Local data
/data
# Build outputs
server/dist
web/dist
# env files
.env
.env.*