From 889b8027ca43e0ca9f313b70e0c82c0be57605e8 Mon Sep 17 00:00:00 2001 From: HB Date: Tue, 29 Sep 2020 02:14:51 +0200 Subject: [PATCH] init --- .gitignore | 11 +++++++++++ README.md | 1 + 2 files changed, 12 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..fcf6624 --- /dev/null +++ b/.gitignore @@ -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 diff --git a/README.md b/README.md new file mode 100644 index 0000000..a7bd86b --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +# esphome-custom-component-examples