10 lines
236 B
Text
10 lines
236 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
|
|
/.pio
|
|
/.vscode
|
|
__pycache__
|