From: Quinn Casey Date: Tue, 5 Apr 2022 16:21:18 +0000 (-0700) Subject: Update docs, examples with new ignore settings X-Git-Tag: beta-1.7.0-rc1~28^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F599%2Fhead;p=thirdparty%2Fpaperless-ngx.git Update docs, examples with new ignore settings --- diff --git a/docs/configuration.rst b/docs/configuration.rst index 261eab7d53..346c828e2a 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 bfb4fac7e0..b1a80de892 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