From 8de57df4ce03909113dbebdcfba402728818d468 Mon Sep 17 00:00:00 2001 From: g4st3r Date: Sat, 7 Mar 2026 17:30:20 +0000 Subject: [PATCH] Ignore HA runtime lock file --- .gitignore | 1 + homeassistant/config/.ha_run.lock | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 homeassistant/config/.ha_run.lock diff --git a/.gitignore b/.gitignore index 5c2233c..939647e 100644 --- a/.gitignore +++ b/.gitignore @@ -28,6 +28,7 @@ homeassistant/config/custom_components/hacs/hacs_frontend/ homeassistant/config/home-assistant*.log* homeassistant/config/home-assistant_v2.db* homeassistant/config/tts/ +homeassistant/config/.ha_run.lock immich/immich/db/ immich/immich/model-cache/ immich/immich/redis/ diff --git a/homeassistant/config/.ha_run.lock b/homeassistant/config/.ha_run.lock deleted file mode 100644 index 2db9ae1..0000000 --- a/homeassistant/config/.ha_run.lock +++ /dev/null @@ -1 +0,0 @@ -{"pid": 67, "version": 1, "ha_version": "2025.11.1", "start_ts": 1771675562.0109854} \ No newline at end of file