7 lines
209 B
Text
7 lines
209 B
Text
# 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/
|
|
/secrets.yaml
|
|
/secrets.*.yaml
|
|
!/secrets.example.yaml
|