From b4284d6a921c1c8f029625567497f14340edf5d9 Mon Sep 17 00:00:00 2001 From: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Date: Mon, 30 Sep 2024 12:35:20 +1300 Subject: [PATCH] Ignore all .esphome folders --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 19e99f2..243700f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,6 @@ # Gitignore settings for ESPHome # This is an example and may include too much for your use-case. # You can modify this file to suit your needs. -/.esphome/ +.esphome/ /secrets.yaml venv