From e6d79f0673a8b375dc9c158f29d0add9f55aeb1a Mon Sep 17 00:00:00 2001 From: Quinn Casey Date: Tue, 5 Apr 2022 09:21:18 -0700 Subject: [PATCH] Update docs, examples with new ignore settings --- docs/configuration.rst | 2 +- paperless.conf.example | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/configuration.rst b/docs/configuration.rst index 261eab7d5..346c828e2 100644 --- a/docs/configuration.rst +++ b/docs/configuration.rst @@ -671,7 +671,7 @@ PAPERLESS_CONSUMER_IGNORE_PATTERNS= 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 ######## diff --git a/paperless.conf.example b/paperless.conf.example index bfb4fac7e..b1a80de89 100644 --- a/paperless.conf.example +++ b/paperless.conf.example @@ -58,7 +58,7 @@ #PAPERLESS_CONSUMER_POLLING=10 #PAPERLESS_CONSUMER_DELETE_DUPLICATES=false #PAPERLESS_CONSUMER_RECURSIVE=false -#PAPERLESS_CONSUMER_IGNORE_PATTERNS=[".DS_STORE/*", "._*", ".stfolder/*"] +#PAPERLESS_CONSUMER_IGNORE_PATTERNS=[".DS_STORE/*", "._*", ".stfolder/*", ".stversions/*", ".localized/*", "desktop.ini"] #PAPERLESS_CONSUMER_SUBDIRS_AS_TAGS=false #PAPERLESS_OPTIMIZE_THUMBNAILS=true #PAPERLESS_PRE_CONSUME_SCRIPT=/path/to/an/arbitrary/script.sh