Ignore date-rotated logs (#9018)
Ex. - homeserver.log.2020-12-29 - homeserver.log.2020-12-31pull/9023/head
parent
06fefe0bb1
commit
c027a199f3
|
@ -16,6 +16,7 @@ _trial_temp*/
|
||||||
# stuff that is likely to exist when you run a server locally
|
# stuff that is likely to exist when you run a server locally
|
||||||
/*.db
|
/*.db
|
||||||
/*.log
|
/*.log
|
||||||
|
/*.log.*
|
||||||
/*.log.config
|
/*.log.config
|
||||||
/*.pid
|
/*.pid
|
||||||
/.python-version
|
/.python-version
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
Ignore date-rotated homeserver logs saved to disk.
|
Loading…
Reference in New Issue