From 29c3c2fd031411d3ae9a7be3d923af9fb6ebae1c Mon Sep 17 00:00:00 2001 From: bo Date: Wed, 11 May 2022 14:41:04 +1000 Subject: [PATCH] Add '.gitignore' --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e95862b --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +# Syncthing +.stversions + +custom_components +esphome/build \ No newline at end of file