Initial commit: Haussteuerung V2/V3 Web-Interface

This commit is contained in:
Thebille
2026-08-06 06:09:57 +02:00
commit 46c45518a3
46 changed files with 7285 additions and 0 deletions
+33
View File
@@ -0,0 +1,33 @@
# Betriebssystem-Dateien
Thumbs.db
Thumbs.db:encryptable
Desktop.ini
.DS_Store
*.swp
*.swo
# Editor/IDE
.vscode/
.idea/
*.sublime-project
*.sublime-workspace
# Temporäre Dateien
*.tmp
*.temp
*.log
# Node.js (falls zukünftig verwendet)
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Build-Ausgaben
dist/
build/
# Sicherheitskopien
*.bak
*.backup
*~