home-assistant-configuration/.gitignore

39 lines
466 B
Plaintext
Raw Normal View History

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/
!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
.homekit.state
2019-02-21 17:49:55 +00:00
icloud/
www/
tts/
deps/
hadashboards/
2019-10-06 17:33:17 +00:00
packages/
2019-02-21 17:49:55 +00:00
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