Added new ignoreables
This commit is contained in:
parent
0847a7f904
commit
e408fef645
|
@ -1,6 +1,7 @@
|
||||||
# Ignore everything explicitly
|
# Ignore everything explicitly
|
||||||
*
|
*
|
||||||
|
|
||||||
|
|
||||||
# Whitelist files/folders with !, these will not be ignored.
|
# Whitelist files/folders with !, these will not be ignored.
|
||||||
!*.yaml
|
!*.yaml
|
||||||
!.gitignore
|
!.gitignore
|
||||||
|
@ -26,36 +27,7 @@ tts/
|
||||||
deps/
|
deps/
|
||||||
hadashboards/
|
hadashboards/
|
||||||
intents/
|
intents/
|
||||||
|
|
||||||
# Ignore these dot and conf files
|
|
||||||
*.conf
|
|
||||||
*.log
|
|
||||||
*.db
|
|
||||||
*.xml
|
|
||||||
*.sqlite
|
|
||||||
*.txt
|
|
||||||
.HA_VERSION
|
|
||||||
*DS_Store
|
|
||||||
._*
|
|
||||||
.uuid
|
|
||||||
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
|
secrets.yaml
|
||||||
known_devices.yaml
|
ip_bans.yaml
|
||||||
entity_registry.yaml
|
._*
|
||||||
zones.yaml
|
|
||||||
sensors/location.yaml
|
|
||||||
google_calendars.yaml
|
google_calendars.yaml
|
||||||
packages/events.yaml
|
|
||||||
packages/presence.yaml
|
|
||||||
known_devices.yaml-old.yaml
|
|
||||||
packages/zigbe2mqtt.yaml
|
|
Loading…
Reference in New Issue