local, file: exclude .pdf and .zip in default config

This commit is contained in:
Dan Stowell 2019-01-27 20:34:15 +00:00 committed by Nick Steel
parent e5c03fbff5
commit 6241ba4bd9
2 changed files with 4 additions and 0 deletions

View File

@ -7,5 +7,7 @@ show_dotfiles = false
excluded_file_extensions =
.jpg
.jpeg
.pdf
.zip
follow_symlinks = false
metadata_timeout = 1000

View File

@ -14,3 +14,5 @@ excluded_file_extensions =
.nfo
.png
.txt
.pdf
.zip