Add .ha_run.lock to .gitignore to prevent tracking of Home Assistant lock file

This commit is contained in:
Carlo Costanzo
2025-10-22 12:44:20 -04:00
parent b171bcb9a6
commit 66e043238d

1
.gitignore vendored
View File

@@ -20,6 +20,7 @@ core
# Home Assistant specific # Home Assistant specific
*.DISABLED *.DISABLED
.ha_run.lock
.cloud .cloud
.storage .storage
.vscode .vscode