Files
wetter-server/.dockerignore
2026-04-03 22:24:22 +02:00

15 lines
182 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 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