first commit
This commit is contained in:
39
.gitignore
vendored
Normal file
39
.gitignore
vendored
Normal 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
|
||||
Reference in New Issue
Block a user