local, file: exclude .pdf and .zip in default config
This commit is contained in:
parent
e5c03fbff5
commit
6241ba4bd9
@ -7,5 +7,7 @@ show_dotfiles = false
|
|||||||
excluded_file_extensions =
|
excluded_file_extensions =
|
||||||
.jpg
|
.jpg
|
||||||
.jpeg
|
.jpeg
|
||||||
|
.pdf
|
||||||
|
.zip
|
||||||
follow_symlinks = false
|
follow_symlinks = false
|
||||||
metadata_timeout = 1000
|
metadata_timeout = 1000
|
||||||
|
|||||||
@ -14,3 +14,5 @@ excluded_file_extensions =
|
|||||||
.nfo
|
.nfo
|
||||||
.png
|
.png
|
||||||
.txt
|
.txt
|
||||||
|
.pdf
|
||||||
|
.zip
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user