first commit

This commit is contained in:
2025-11-03 22:44:47 +00:00
commit d4b7fa1c31
12 changed files with 1056 additions and 0 deletions

39
.gitignore vendored Normal file
View File

@@ -0,0 +1,39 @@
# 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