2021-08-24 13:08:35 +02:00
|
|
|
# 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/
|
|
|
|
**/.pioenvs/
|
|
|
|
**/.piolibdeps/
|
|
|
|
**/lib/
|
|
|
|
**/src/
|
|
|
|
**/platformio.ini
|
2021-10-01 23:14:49 +02:00
|
|
|
**/partitions.csv
|
2021-08-24 13:08:35 +02:00
|
|
|
/secrets.yaml
|
2021-10-08 17:26:36 +02:00
|
|
|
.vscode/
|
|
|
|
|