Ignore local Home Assistant artifacts
This commit is contained in:
+31
-1
@@ -44,4 +44,34 @@ configuration_minimal.yaml
|
||||
!dashboards/
|
||||
|
||||
# --- 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
|
||||
Reference in New Issue
Block a user