mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 17:27:45 +01:00
10 lines
241 B
Text
10 lines
241 B
Text
# Gitignore settings for esphomeyaml
|
|
# This is an example and may include too much for your use-case.
|
|
# You can modify this file to suit your needs.
|
|
/.esphomeyaml/
|
|
**/.pioenvs/
|
|
**/.piolibdeps/
|
|
**/lib/
|
|
**/src/
|
|
**/platformio.ini
|
|
/secrets.yaml
|