Compare commits

..

No commits in common. "770c41f2a0e02b646c6e06eb9804efc0ed31d0ae" and "0954f4b5870df9ac60b3b4ad645b878eba173ff8" have entirely different histories.

1 changed files with 12 additions and 2 deletions

14
.gitignore vendored
View File

@ -6,10 +6,13 @@
*.key *.key
*.conf *.conf
*.pickle *.pickle
*.db* *.db-journal
*.db-shm
*.db-wal
*.sqlite *.sqlite
*.log* *.log
*.db *.db
*.sqlite
.cloud .cloud
.storage .storage
.vscode .vscode
@ -17,6 +20,9 @@
.uuid .uuid
core.* core.*
core core
OZW_Log.txt
home-assistant.log
home-assistant.log.*
home-assistant_v2 home-assistant_v2
home-assistant_v2.* home-assistant_v2.*
deps deps
@ -31,6 +37,10 @@ secrets.yaml
secrets secrets
known_devices.yaml known_devices.yaml
.homekit.state .homekit.state
phue.conf
ios.conf
pyozw.sqlite
nest.conf
ipchange.yaml ipchange.yaml
ip_bans.yaml ip_bans.yaml
production_auth.json production_auth.json