# ======================== # Konfigurationen mit Passwörtern — NIEMALS einchecken # ======================== config.yaml agent-bsd/config.yaml backend/config.yaml opnsense-plugin/src/opnsense/service/templates/OPNsense/RMMAgent/config.yaml # Beispiel-Configs sind erlaubt !config.yaml.example !**/config.yaml.example # ======================== # Zertifikate & Secrets # ======================== certs/ *.pem *.key *.crt *.p12 # ======================== # Kompilierte Binaries # ======================== backend/rmm-backend agent-bsd/rmm-agent agent-linux/rmm-agent build/ updater/rmm-updater # ======================== # Frontend Build & Konfiguration # ======================== frontend/node_modules/ frontend/dist/ # config.js hat echte IPs und API-Keys — nie einchecken frontend/src/config.js !frontend/src/config.example.js # ======================== # OS / Editor # ======================== .DS_Store *.swp *.swo .idea/ .vscode/ backend/rmm-backend-linux