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