diff options
author | KaufHA <[email protected]> | 2022-12-30 16:31:40 -0700 |
---|---|---|
committer | KaufHA <[email protected]> | 2022-12-30 16:31:40 -0700 |
commit | c79e75c4e4b6943d48e51969317a89abb4c29692 (patch) | |
tree | 3795c99219d475b5a3761540b8d4f0cf23bd73e6 | |
parent | 8f21aa66fb7eb69f45a5861ff5bd691d7ca021e5 (diff) | |
download | PLF12-c79e75c4e4b6943d48e51969317a89abb4c29692.tar.gz PLF12-c79e75c4e4b6943d48e51969317a89abb4c29692.zip |
gitignore
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d8b4157 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +# 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/ +/secrets.yaml |