40 lines
454 B
Plaintext
40 lines
454 B
Plaintext
# MQTT Server - Git Ignore
|
|
# =========================
|
|
|
|
# Environment Variables mit Credentials
|
|
.env
|
|
|
|
# Passwort-Dateien NICHT committen!
|
|
passwords.txt
|
|
|
|
# Wenn die Datei mit echten Passwörtern gefüllt ist
|
|
# NIEMALS committen!
|
|
|
|
# Mosquitto Logs
|
|
*.log
|
|
|
|
# Docker Volumes
|
|
mosquitto_data/
|
|
mosquitto_log/
|
|
|
|
# Backup Files
|
|
*.bak
|
|
*.backup
|
|
|
|
# Temporäre Dateien
|
|
*.tmp
|
|
*.temp
|
|
*~
|
|
|
|
# macOS
|
|
.DS_Store
|
|
|
|
# Windows
|
|
Thumbs.db
|
|
|
|
# Editor Files
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|