crate: exclude "target" directory from license file search paths

This commit is contained in:
Fabio Valentini 2023-08-06 11:23:37 +02:00
parent 3231fba9ba
commit 2df685241e
No known key found for this signature in database
GPG key ID: 5AC5F572E5D410AF

View file

@ -26,6 +26,7 @@ LICENSE_FILE_PATTERN = re.compile(
)
LICENSE_EXCLUDE_DIRS = {
"target",
"vendor",
"example",
"examples",