From d41586f6726391c7ce738fe5ccca30ef656295b9 Mon Sep 17 00:00:00 2001 From: sthope Date: Thu, 2 Sep 2021 14:24:35 +0200 Subject: [PATCH] Add '.gitignore' --- .gitignore | 60 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ae9057f --- /dev/null +++ b/.gitignore @@ -0,0 +1,60 @@ +# You can whitelist files/folders with !, these will not be ignored. +# !*.yaml +# !.git +# !*.md + +*.pid +*.xml +*.csr +*.crt +*.key +OZW_Log.txt +home-assistant.log +home-assistant_v2.db +*.db-journal +lib +deps +emulated_hue_ids.json +known_devices.yaml +entity_registry.yaml +pyozw.sqlite +ecobee.conf +phue.conf +tts +update.sh +.ios.conf +.HA_VERSION +.uuid +.gitignore +configurator.py +.storage/ +.cloud/ +html5_push_registrations.conf +automations.yaml +.spotify-token-cache +.finish_06_gmail_com.tile.conf + +# Personal +ip_bans.yaml +secrets.yaml + +# zwave +zwscene.xml +zwave_device_config.yaml + +# Software modules +node_modules/ + +# Tensorflow +tensorflow/ + +# Custom components +/themes + +# Harmony remote configs +harmony*.conf + +# Plugins +/node-red/ +/www/ +custom_components/ \ No newline at end of file