This commit is contained in:
2026-03-22 20:02:40 +01:00
parent f525ad040c
commit c60aa24576
+10 -10
View File
@@ -1,6 +1,11 @@
# --- Global ignores --- # Ignore everything globally
.DS_Store .DS_Store
custom_components/ custom_components/
blueprints/
dwains-dashboard/
tts/
www/
backups/
old* old*
# System / runtime folders # System / runtime folders
@@ -8,6 +13,7 @@ old*
.cloud/ .cloud/
.google.token/ .google.token/
.Rproj.user/ .Rproj.user/
.cache/
# Logs / DB / temp # Logs / DB / temp
*.log* *.log*
@@ -21,9 +27,6 @@ known_devices.yaml
configuration_full.yaml configuration_full.yaml
configuration_minimal.yaml configuration_minimal.yaml
# Specific ignore
include/automations/lys_have.yaml
# --- Whitelist core files --- # --- Whitelist core files ---
!*.yaml !*.yaml
!*.md !*.md
@@ -38,10 +41,7 @@ include/automations/lys_have.yaml
!include/ !include/
!themes/ !themes/
!python_scripts/ !python_scripts/
!view/ !dashboards/
# --- Allow structured YAML inside include/ --- # --- Explicitly include all YAML in dashboards subdirs ---
!include/**/*.yaml !dashboards/**/*.yaml
# --- Allow view YAML ---
!view/**/*.yaml