Files
mosquitto-mqtt-broker/.gitignore
2025-11-10 10:12:03 +00:00

46 lines
559 B
Plaintext

# MQTT Server - Git Ignore
# =========================
# Environment Variables mit Credentials
.env
# Passwort-Dateien NICHT committen!
config/passwords.txt
# Wenn die Datei mit echten Passwörtern gefüllt ist
# NIEMALS committen!
# Mosquitto Logs
*.log
# Docker Volumes / Persistente Daten
data/*
log/*
mqttui-data/*
# Erlaube Platzhalter-Dateien
!data/.gitkeep
!log/.gitkeep
!mqttui-data/.gitkeep
# Backup Files
*.bak
*.backup
# Temporäre Dateien
*.tmp
*.temp
*~
# macOS
.DS_Store
# Windows
Thumbs.db
# Editor Files
.vscode/
.idea/
*.swp
*.swo