From: Giorgio Ravera Date: Wed, 1 Jan 2020 13:42:12 +0000 (+0100) Subject: Added gitignore file X-Git-Url: http://git.giorgioravera.it/?a=commitdiff_plain;h=3b5dce4631e6db6de25a14e1a7b1188eedf1a94d;p=homeassistant.git Added gitignore file --- 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