Updated Exclude file configuration (markdown)

bnkai 2021-03-31 20:15:55 +03:00
parent e1dcb4a4fa
commit 2030efd74f
1 changed files with 0 additions and 3 deletions

@ -1,6 +1,3 @@
As of commit 0714cbf basic exclude file from scan feature is supported in the dev build.
Commit 52dd019 extended this for the clean task also.
Given a valid [regex](https://github.com/google/re2/wiki/Syntax), files that match even partially are excluded during the Scan process and are not entered in the database.Also during the Clean task if these files exist in the DB they are removed from it and their generated files get deleted.
Prior to matching both the filenames and patterns are converted to lower case so the match is case insensitive.