Přidat esphome/.gitignore

This commit is contained in:
2025-12-02 17:59:39 +01:00
parent 20695c85ee
commit 607763876b

12
esphome/.gitignore vendored Normal file
View File

@@ -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