]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Update docs, examples with new ignore settings 599/head
authorQuinn Casey <quinn@quinncasey.com>
Tue, 5 Apr 2022 16:21:18 +0000 (09:21 -0700)
committerQuinn Casey <quinn@quinncasey.com>
Tue, 5 Apr 2022 16:21:18 +0000 (09:21 -0700)
docs/configuration.rst
paperless.conf.example

index 261eab7d53e0e0377f1ff71d29ed4789658fbde0..346c828e2ac4e6d6ed4af32c0324c8f6783e4937 100644 (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
 ########
index bfb4fac7e04fd33aec32239bc051203b9a9e46dc..b1a80de89294237857e14d350a3fb7c7ad76e93b 100644 (file)
@@ -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