Skip to content
This repository was archived by the owner on Feb 16, 2023. It is now read-only.

Commit e8d5b54

Browse files
committed
documentation
1 parent 3866a77 commit e8d5b54

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

docs/changelog.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Support for Python 3.6 was dropped.
1616
* Base image of the docker image changed from Debian Buster to Debian Bullseye due to its recent release.
1717
* The docker image now uses python 3.9.
1818
* Added the Luxembourgish locale. Thanks for translating!
19+
* `Daniel Albers`_ added support for making the files and folders ignored by the paperless consume folder scanner configurable. See ``PAPERLESS_CONSUMER_IGNORE_PATTERNS``.
1920

2021
paperless-ng 1.4.5
2122
##################
@@ -1494,6 +1495,7 @@ bulk of the work on this big change.
14941495
.. _JOKer: https://github.com/MasterofJOKers
14951496
.. _Brian Cribbs: https://github.com/cribbstechnolog
14961497
.. _Brendan M. Sleight: https://github.com/bmsleight
1498+
.. _Daniel Albers: https://github.com/AlD
14971499

14981500
.. _#20: https://github.com/the-paperless-project/paperless/issues/20
14991501
.. _#44: https://github.com/the-paperless-project/paperless/issues/44

docs/configuration.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -631,7 +631,13 @@ PAPERLESS_DATE_ORDER=<format>
631631
This option defaults to DMY which translates to day first, month second, and year
632632
last order. Characters D, M, or Y can be shuffled to meet the required order.
633633

634+
PAPERLESS_CONSUMER_IGNORE_PATTERNS=<json>
635+
By default, paperless ignores certain files and folders in the consumption
636+
directory, such as system files created by the Mac OS.
634637

638+
This can be adjusted by configuring a custom json array with patterns to exclude.
639+
640+
Defautls to ``[".DS_STORE/*", "._*", ".stfolder/*"]``.
635641

636642
Binaries
637643
########

0 commit comments

Comments
 (0)