crate: exclude "target" directory from license file search paths
This commit is contained in:
parent
3231fba9ba
commit
2df685241e
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ LICENSE_FILE_PATTERN = re.compile(
|
|||
)
|
||||
|
||||
LICENSE_EXCLUDE_DIRS = {
|
||||
"target",
|
||||
"vendor",
|
||||
"example",
|
||||
"examples",
|
||||
|
|
Loading…
Reference in a new issue