first commit

This commit is contained in:
Stefan Hacker 2026-04-16 10:52:20 +02:00
commit 16795137d5
2 changed files with 16 additions and 0 deletions

4
.dockerignore Normal file
View File

@ -0,0 +1,4 @@
node_modules
data
.git
*.md

12
.gitignore vendored Normal file
View File

@ -0,0 +1,12 @@
# Env-Variablen (bleiben lokal)
.env
!.env.example
# Laufzeitdaten
data/
node_modules/
# Logs & OS-Krams
*.log
.DS_Store
Thumbs.db