From 3b5dce4631e6db6de25a14e1a7b1188eedf1a94d Mon Sep 17 00:00:00 2001 From: Giorgio Ravera Date: Wed, 1 Jan 2020 14:42:12 +0100 Subject: [PATCH] Added gitignore file --- .gitignore | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..f36f2d89 --- /dev/null +++ b/.gitignore @@ -0,0 +1,26 @@ +# Home Assistant Components +deps/ +.google_maps_location_sharing.cookies.* +.HA_VERSION +bravia.conf +home-assistant_v2.db +html5_push_registrations.conf +log/ +.mercedesme-token-cache +secrets.yaml +.storage +tts/ +.uuid + +# Disabled Files +*.disabled + +# HACS Plugins & Git Repos +custom_components/ +themes/ +www/community +git_repos/ + +# Scripts +fix_owner.sh +upgrade.sh -- 2.47.3