mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-10-30 03:56:23 -05:00 
			
		
		
		
	Change: add Thumbs.db to default ignores (#5924)
* Adding Thumbs.db to default ignores Thanks Windows for creating these great little database files everywhere * Updating configuration with new default
This commit is contained in:
		| @@ -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=<string>`](#PAPERLESS_CONSUMER_BARCODE_SCANNER) {#PAPERLESS_CONSUMER_BARCODE_SCANNER} | ||||
|  | ||||
|   | ||||
| @@ -856,7 +856,7 @@ CONSUMER_IGNORE_PATTERNS = list( | ||||
|     json.loads( | ||||
|         os.getenv( | ||||
|             "PAPERLESS_CONSUMER_IGNORE_PATTERNS", | ||||
|             '[".DS_Store", ".DS_STORE", "._*", ".stfolder/*", ".stversions/*", ".localized/*", "desktop.ini", "@eaDir/*"]', | ||||
|             '[".DS_Store", ".DS_STORE", "._*", ".stfolder/*", ".stversions/*", ".localized/*", "desktop.ini", "@eaDir/*", "Thumbs.db"]', | ||||
|         ), | ||||
|     ), | ||||
| ) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Dennis Gaida
					Dennis Gaida