mirror of
https://github.com/athom-tech/esp32-configs.git
synced 2026-09-11 09:02:33 +00:00
13 lines
256 B
Plaintext
13 lines
256 B
Plaintext
# 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/
|
|
**/.pioenvs/
|
|
**/.piolibdeps/
|
|
**/lib/
|
|
**/src/
|
|
**/platformio.ini
|
|
/secrets.yaml
|
|
.DS_Store
|
|
**/.DS_Store
|