61 lines
864 B
Plaintext
Raw Normal View History

2019-02-21 12:49:55 -05:00
# Ignore everything explicitly
*
# Whitelist files/folders with !, these will not be ignored.
!*.yaml
!.gitignore
!*.md
!packages/
!templates/
!binary_sensors/
!sensors/
!switches/
!lights/
!python_scripts/
!alerts/
# Then because I'm paranoid...
# Ignore folders.
.storage
.cloud
.google.token
icloud/
www/
tts/
deps/
hadashboards/
intents/
# Ignore these dot and conf files
*.conf
*.log
*.db
2018-03-06 12:01:35 -05:00
*.xml
*.sqlite
*.txt
2019-02-21 12:49:55 -05:00
.HA_VERSION
2018-03-06 12:01:35 -05:00
*DS_Store
._*
.uuid
2019-02-21 12:49:55 -05:00
eero.session
eero_tracker_instantiate.py
Icon
.dropbox
.google.token
.homekit.state
.spotify-token-cache
# Ensure these YAML files are ignored, otherwise your secret data/credentials will leak.
ip_bans.yaml
secrets.yaml
known_devices.yaml
entity_registry.yaml
zones.yaml
sensors/location.yaml
google_calendars.yaml
packages/events.yaml
2019-07-11 21:28:21 -04:00
packages/presence.yaml
known_devices.yaml-old.yaml
packages/zigbe2mqtt.yaml