45 lines
807 B
Plaintext
45 lines
807 B
Plaintext
# ========================
|
|
# Konfigurationen mit Passwörtern — NIEMALS einchecken
|
|
# ========================
|
|
config.yaml
|
|
agent/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/rmm-agent
|
|
agent-linux/rmm-agent
|
|
build/
|
|
updater/rmm-updater
|
|
|
|
# ========================
|
|
# Frontend Build
|
|
# ========================
|
|
frontend/node_modules/
|
|
frontend/dist/
|
|
|
|
# ========================
|
|
# OS / Editor
|
|
# ========================
|
|
.DS_Store
|
|
*.swp
|
|
*.swo
|
|
.idea/
|
|
.vscode/
|