From e408fef64574991d29d2916c04df8682daa433df Mon Sep 17 00:00:00 2001 From: Jeffrey Stone Date: Fri, 12 Jul 2019 16:31:13 -0400 Subject: [PATCH] Added new ignoreables --- .gitignore | 34 +++------------------------------- 1 file changed, 3 insertions(+), 31 deletions(-) diff --git a/.gitignore b/.gitignore index e15d22f..d3b5ab3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ # Ignore everything explicitly * + # Whitelist files/folders with !, these will not be ignored. !*.yaml !.gitignore @@ -26,36 +27,7 @@ tts/ deps/ hadashboards/ 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 -known_devices.yaml -entity_registry.yaml -zones.yaml -sensors/location.yaml +ip_bans.yaml +._* google_calendars.yaml -packages/events.yaml -packages/presence.yaml -known_devices.yaml-old.yaml -packages/zigbe2mqtt.yaml \ No newline at end of file