From ed389b94092eb21d2392e9ad975b67b28e2176f0 Mon Sep 17 00:00:00 2001 From: Dennis Gaida <2392217+DennisGaida@users.noreply.github.com> Date: Tue, 27 Feb 2024 11:04:02 +0100 Subject: [PATCH] Updating configuration with new default --- docs/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration.md b/docs/configuration.md index 36a1bb1c9..5fd14caf1 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -1014,7 +1014,7 @@ or hidden folders some tools use to store data. `._foo.pdf` and `._bar/foo.pdf` Defaults to - `[".DS_STORE/*", "._*", ".stfolder/*", ".stversions/*", ".localized/*", "desktop.ini", "@eaDir/*"]`. + `[".DS_Store", ".DS_STORE", "._*", ".stfolder/*", ".stversions/*", ".localized/*", "desktop.ini", "@eaDir/*", "Thumbs.db"]`. #### [`PAPERLESS_CONSUMER_BARCODE_SCANNER=`](#PAPERLESS_CONSUMER_BARCODE_SCANNER) {#PAPERLESS_CONSUMER_BARCODE_SCANNER}