From 607763876b8b80cca47925f824f03538b74c9d56 Mon Sep 17 00:00:00 2001 From: miki Date: Tue, 2 Dec 2025 17:59:39 +0100 Subject: [PATCH] =?UTF-8?q?P=C5=99idat=20esphome/.gitignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- esphome/.gitignore | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 esphome/.gitignore 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