13 lines
206 B
Plaintext
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
|