Add .venv to list of path exclusions
This commit is contained in:
@@ -97,6 +97,7 @@ $exclude = @(
|
||||
'lib\Epub\Epub\hyphenation\generated'
|
||||
'lib\uzlib'
|
||||
'.pio'
|
||||
'.venv'
|
||||
)
|
||||
|
||||
function Test-Excluded($fullPath) {
|
||||
|
||||
Reference in New Issue
Block a user