2019-02-21 17:49:55 +00:00
|
|
|
# Ignore everything explicitly
|
|
|
|
*
|
|
|
|
|
2019-07-12 20:31:13 +00:00
|
|
|
|
2019-02-21 17:49:55 +00:00
|
|
|
# Whitelist files/folders with !, these will not be ignored.
|
|
|
|
!*.yaml
|
|
|
|
!.gitignore
|
|
|
|
!*.md
|
|
|
|
!templates/
|
|
|
|
!binary_sensors/
|
|
|
|
!sensors/
|
2019-10-08 00:28:57 +00:00
|
|
|
!packages/
|
2019-02-21 17:49:55 +00:00
|
|
|
!switches/
|
|
|
|
!lights/
|
|
|
|
!python_scripts/
|
|
|
|
!alerts/
|
2019-07-23 13:39:33 +00:00
|
|
|
!scripts/
|
2019-02-21 17:49:55 +00:00
|
|
|
|
|
|
|
|
|
|
|
# Then because I'm paranoid...
|
|
|
|
# Ignore folders.
|
|
|
|
.storage
|
|
|
|
.cloud
|
|
|
|
.google.token
|
2019-08-17 20:54:53 +00:00
|
|
|
.homekit.state
|
2019-02-21 17:49:55 +00:00
|
|
|
icloud/
|
|
|
|
www/
|
|
|
|
tts/
|
|
|
|
deps/
|
|
|
|
hadashboards/
|
|
|
|
intents/
|
|
|
|
secrets.yaml
|
2019-07-12 20:31:13 +00:00
|
|
|
ip_bans.yaml
|
|
|
|
._*
|
2019-02-21 17:49:55 +00:00
|
|
|
google_calendars.yaml
|
2019-07-12 20:35:36 +00:00
|
|
|
known_devices*
|
|
|
|
zones.yaml
|
2019-07-23 13:39:33 +00:00
|
|
|
scripts/test.yaml
|