mirror of
https://github.com/brianhanifin/esphome-config.git
synced 2026-07-28 04:05:55 +00:00
28 lines
284 B
Plaintext
Executable File
28 lines
284 B
Plaintext
Executable File
# Extension ignores
|
|
*.ini
|
|
|
|
# Ignore project folders
|
|
.esphome/
|
|
3rd_party/
|
|
bluetooth-*./
|
|
irrigation/
|
|
plug-*./
|
|
pool/
|
|
power-*./
|
|
shelly-*./
|
|
sonoff-*./
|
|
switch-*./
|
|
|
|
# Ignore subfolders.
|
|
**/lib
|
|
**/src
|
|
|
|
# Specific file ignores.
|
|
._*
|
|
.DS_Store
|
|
/secrets.yaml
|
|
partitions.csv
|
|
|
|
# !/*.yaml/
|
|
# !/*.h/
|