Merge pull request #599 from stumpylog/minor-bug-fixes

Fixes downloaded filename, add more consumer ignore settings
This commit is contained in:
Quinn Casey 2022-04-05 09:56:54 -07:00 committed by GitHub
commit 47dae716ae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 5 deletions

View file

@ -671,7 +671,7 @@ PAPERLESS_CONSUMER_IGNORE_PATTERNS=<json>
This can be adjusted by configuring a custom json array with patterns to exclude.
Defautls to ``[".DS_STORE/*", "._*", ".stfolder/*"]``.
Defaults to ``[".DS_STORE/*", "._*", ".stfolder/*", ".stversions/*", ".localized/*", "desktop.ini"]``.
Binaries
########