2019-02-21 17:49:55 +00: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
|
2018-03-06 16:10:52 +00:00
|
|
|
*.log
|
|
|
|
*.db
|
2018-03-06 17:01:35 +00:00
|
|
|
*.xml
|
|
|
|
*.sqlite
|
|
|
|
*.txt
|
2019-02-21 17:49:55 +00:00
|
|
|
.HA_VERSION
|
2018-03-06 17:01:35 +00:00
|
|
|
*DS_Store
|
|
|
|
._*
|
|
|
|
.uuid
|
2019-02-21 17:49:55 +00: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-12 01:28:21 +00:00
|
|
|
packages/presence.yaml
|
|
|
|
known_devices.yaml-old.yaml
|
|
|
|
packages/zigbe2mqtt.yaml
|