Update .gitignore
Cover all log files generically (they contain transient data and possibly personally identifiable/privileged information)
This commit is contained in:
parent
8e8020d57a
commit
0d8cfe5036
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue