From 144e15a2f0da6d5e3827f92f14b9a8f8c63a0e38 Mon Sep 17 00:00:00 2001 From: Jeffrey Stone Date: Thu, 16 Apr 2020 14:29:02 -0400 Subject: [PATCH] Adding some thing from other peoples gitignore file... --- .gitignore | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 518dc03..0288d33 100644 --- a/.gitignore +++ b/.gitignore @@ -16,6 +16,8 @@ transporter.py /config/intents/ /config/themes/ /config/custom_components +/config/deps +/config/hacs # ignore any of these filesno matter where they are @@ -38,4 +40,23 @@ transporter.py **zones.yaml **test.yaml **.homekit* -**.vscode \ No newline at end of file +**.vscode +**.pid +**.xml +**.csr +**.crt +**.key +**core.* +**OZW_Log.txt +**home-assistant.log +**home-assistant_v2.db +**.db-journal +**.db-shm +**.db-wal +**.sqlite +**__pycache__ +**phue.conf +**ios.conf +**pyozw.sqlite +**ipchange.yaml +**production_auth.json \ No newline at end of file