Fix .gitignore for move to _data.

This commit is contained in:
2022-04-03 09:25:10 -07:00
parent 39808399a5
commit 1df0987e67

4
.gitignore vendored
View File

@@ -1,11 +1,11 @@
# Gitignore settings for ESPHome # Gitignore settings for ESPHome
# This is an example and may include too much for your use-case. # This is an example and may include too much for your use-case.
# You can modify this file to suit your needs. # You can modify this file to suit your needs.
/.esphome/ _data/.esphome/
**/.pioenvs/ **/.pioenvs/
**/.piolibdeps/ **/.piolibdeps/
**/lib/ **/lib/
**/src/ **/src/
**/platformio.ini **/platformio.ini
**/partitions.csv **/partitions.csv
/secrets.yaml _data/secrets.yaml