First commit
This commit is contained in:
14
.dockerignore
Normal file
14
.dockerignore
Normal file
@@ -0,0 +1,14 @@
|
||||
# Lokale Umgebungsdatei – wird NICHT in den Container kopiert
|
||||
.env.local
|
||||
|
||||
# Datenbank-Dateien
|
||||
*.db
|
||||
*.db-shm
|
||||
*.db-wal
|
||||
|
||||
# Node
|
||||
node_modules/
|
||||
npm-debug.log*
|
||||
|
||||
# Testdateien
|
||||
*_test.mjs
|
||||
Reference in New Issue
Block a user