Files
arduino-pwm-modul/esphome/.gitignore
2025-12-02 17:59:39 +01:00

13 lines
206 B
Plaintext

# 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