chore: initialisiere repository-struktur und gitignore

This commit is contained in:
Felix
2026-05-15 21:05:17 +02:00
commit abce2d89c3
2 changed files with 24 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
# Lokale Datenverzeichnisse der Container ignorieren
**/data/
**/data_*
**/postgres/
**/mysql/
**/sqlite/
# Logdateien und Caches ignorieren
**/*.log
**/.cache/
.DS_Store
# Lokale Umgebungsvariablen ignorieren
.env
**/.env