Fix .gitignore for move to _data.
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user