Fixes a couple of minor bugs in the downloading of documents and additional consumer ignore items

This commit is contained in:
Trenton Holmes
2022-04-01 11:12:18 -07:00
parent 5951a54017
commit f389a29875
2 changed files with 3 additions and 3 deletions

View File

@@ -455,7 +455,7 @@ CONSUMER_IGNORE_PATTERNS = list(
json.loads(
os.getenv(
"PAPERLESS_CONSUMER_IGNORE_PATTERNS",
'[".DS_STORE/*", "._*", ".stfolder/*"]',
'[".DS_STORE/*", "._*", ".stfolder/*", ".stversions/*", ".localized/*", "desktop.ini"]',
),
),
)