From 0d8cfe5036478b26756d6c2c3a2e99445c1e9a7e Mon Sep 17 00:00:00 2001 From: techie2000 <38585780+techie2000@users.noreply.github.com> Date: Mon, 7 Aug 2023 09:25:05 +0100 Subject: [PATCH 1/3] Update .gitignore Cover all log files generically (they contain transient data and possibly personally identifiable/privileged information) --- .gitignore | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 481a5401..88673501 100755 --- a/.gitignore +++ b/.gitignore @@ -10,7 +10,7 @@ *.db-shm *.db-wal *.sqlite -*.log +*.log* *.db .cloud .storage @@ -19,9 +19,6 @@ .uuid core.* core -OZW_Log.txt -home-assistant.log -home-assistant.log.* home-assistant_v2 home-assistant_v2.* deps From c9a54536c5c0c059f890498a5a54ff8f9ebb00b7 Mon Sep 17 00:00:00 2001 From: techie2000 <38585780+techie2000@users.noreply.github.com> Date: Mon, 7 Aug 2023 09:27:42 +0100 Subject: [PATCH 2/3] Update .gitignore Cover all db files generically --- .gitignore | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 88673501..aca986e7 100755 --- a/.gitignore +++ b/.gitignore @@ -6,9 +6,7 @@ *.key *.conf *.pickle -*.db-journal -*.db-shm -*.db-wal +*.db* *.sqlite *.log* *.db From 4387e9a699714878f1656e0d294b420049040a08 Mon Sep 17 00:00:00 2001 From: techie2000 <38585780+techie2000@users.noreply.github.com> Date: Mon, 7 Aug 2023 09:29:08 +0100 Subject: [PATCH 3/3] Update .gitignore Remove specific items that are picked up by the generic items at the start of the file --- .gitignore | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.gitignore b/.gitignore index aca986e7..3a25d073 100755 --- a/.gitignore +++ b/.gitignore @@ -31,10 +31,6 @@ secrets.yaml secrets known_devices.yaml .homekit.state -phue.conf -ios.conf -pyozw.sqlite -nest.conf ipchange.yaml ip_bans.yaml production_auth.json