From c60aa2457666dc755fcae6267f0087f86d389b27 Mon Sep 17 00:00:00 2001 From: Claus Dethlefsen Date: Sun, 22 Mar 2026 20:02:40 +0100 Subject: [PATCH] tune --- .gitignore | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index 4937229..d88cbf2 100755 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,11 @@ -# --- Global ignores --- +# Ignore everything globally .DS_Store custom_components/ +blueprints/ +dwains-dashboard/ +tts/ +www/ +backups/ old* # System / runtime folders @@ -8,6 +13,7 @@ old* .cloud/ .google.token/ .Rproj.user/ +.cache/ # Logs / DB / temp *.log* @@ -21,9 +27,6 @@ known_devices.yaml configuration_full.yaml configuration_minimal.yaml -# Specific ignore -include/automations/lys_have.yaml - # --- Whitelist core files --- !*.yaml !*.md @@ -38,10 +41,7 @@ include/automations/lys_have.yaml !include/ !themes/ !python_scripts/ -!view/ +!dashboards/ -# --- Allow structured YAML inside include/ --- -!include/**/*.yaml - -# --- Allow view YAML --- -!view/**/*.yaml +# --- Explicitly include all YAML in dashboards subdirs --- +!dashboards/**/*.yaml \ No newline at end of file