Initial monorepo structure

This commit is contained in:
2026-06-30 20:37:40 +02:00
commit 2f2b295531
121 changed files with 39171 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
# =============================================================================
# Root-Level git-crypt-Regeln
# Kontextspezifische Regeln befinden sich in den jeweiligen Kontextordnern
# (privat/.gitattributes, dhive/.gitattributes, bahn/.gitattributes)
# =============================================================================
# Shared Secrets (falls vorhanden) mit Basis-Filter verschlüsseln
shared/.env filter=git-crypt diff=git-crypt
shared/**/*.pem filter=git-crypt diff=git-crypt
shared/**/*.key filter=git-crypt diff=git-crypt
# Maschinenkontext-Konfiguration enthält keine Secrets, nur Mapping-Informationen
# (Schlüssel werden aus Keyring/Passwort-Manager geladen, nicht aus Dateien)