Ignore local Home Assistant artifacts

This commit is contained in:
2026-04-06 12:55:50 +02:00
parent 8e6c6d0111
commit 4d8d2d721f
+31 -1
View File
@@ -44,4 +44,34 @@ configuration_minimal.yaml
!dashboards/ !dashboards/
# --- Explicitly include all YAML in dashboards subdirs --- # --- Explicitly include all YAML in dashboards subdirs ---
!dashboards/**/*.yaml !dashboards/**/*.yaml
# --- Local machine / editor files ---
.vscode/
.google.token
.ha_run.lock
# --- Generated or local-only root YAML files ---
/automations.yaml
/scenes.yaml
/scripts.yaml
# --- Local scratch / exports ---
/image/
/ssl/
/oldautomations.yaml
/oldscratch.yaml
/oldscripts.yaml
# --- Local media snapshots and downloads ---
/www/affalddk/
/www/community/
/www/indkorsel_snapshot.jpg
/www/indkorsel_snapshot_1.jpg
/www/indkorsel_snapshot_2.jpg
/www/media/Halloween-doorbell.mp3
/www/tesla_y.jpg
# --- Local helper scripts not used in git ---
/python_scripts/scene_generator.py
/python_scripts/update_climate.py