From 1df0987e67d376cc0f78275f2387e5438550566b Mon Sep 17 00:00:00 2001 From: longranger Date: Sun, 3 Apr 2022 09:25:10 -0700 Subject: [PATCH] Fix .gitignore for move to _data. --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index bd2e2c0..2568dd5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,11 +1,11 @@ # 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/ +_data/.esphome/ **/.pioenvs/ **/.piolibdeps/ **/lib/ **/src/ **/platformio.ini **/partitions.csv -/secrets.yaml +_data/secrets.yaml