diff --git a/esphome/.gitignore b/esphome/.gitignore new file mode 100644 index 0000000..3291058 --- /dev/null +++ b/esphome/.gitignore @@ -0,0 +1,12 @@ +# Ignore everything inside esphome/ +* + +# Allow folder "common" and all its content +!common/ +!common/** + +# Allow file pwm-test-esphome.yaml +!pwm-test-esphome.yaml + +# Allow this .gitignore itself +!.gitignore