diff options
Diffstat (limited to 'esphome/config/.gitignore')
| -rw-r--r-- | esphome/config/.gitignore | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/esphome/config/.gitignore b/esphome/config/.gitignore new file mode 100644 index 0000000..0bbf89c --- /dev/null +++ b/esphome/config/.gitignore | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | # Gitignore settings for ESPHome | ||
| 2 | # This is an example and may include too much for your use-case. | ||
| 3 | # You can modify this file to suit your needs. | ||
| 4 | /.esphome/ | ||
| 5 | **/.pioenvs/ | ||
| 6 | **/.piolibdeps/ | ||
| 7 | **/lib/ | ||
| 8 | **/src/ | ||
| 9 | **/platformio.ini | ||
| 10 | /secrets.yaml | ||
