mirror of
https://github.com/brianhanifin/esphome-config.git
synced 2026-07-28 04:05:55 +00:00
22 lines
229 B
Plaintext
Executable File
22 lines
229 B
Plaintext
Executable File
# Extension ignores
|
|
*.ini
|
|
|
|
# Ignore project folders
|
|
.esphome/
|
|
3rd_party/
|
|
bluetooth_hub/
|
|
irrigation/
|
|
plug??/
|
|
pool/
|
|
shelly?_??/
|
|
sonoff_*_??/
|
|
|
|
# Ignore subfolders.
|
|
**/lib
|
|
**/src
|
|
|
|
# Specific file ignores.
|
|
._*
|
|
.DS_Store
|
|
/secrets.yaml
|