master
HB 5 years ago
commit 889b8027ca

11
.gitignore vendored

@ -0,0 +1,11 @@
# 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.
/.build/
/.esphome/
**/.pioenvs/
**/.piolibdeps/
**/lib/
**/src/
**/platformio.ini
/secrets.yaml

@ -0,0 +1 @@
# esphome-custom-component-examples
Loading…
Cancel
Save