bin/find_crlf: add */venv/* to excludes
This commit is contained in:
parent
734946a7ab
commit
9b0d9e5744
|
|
@ -4,6 +4,7 @@ EXCLUDES=(
|
||||||
"*/node_modules/*"
|
"*/node_modules/*"
|
||||||
"*/.git/*"
|
"*/.git/*"
|
||||||
"*/__pycache__/*"
|
"*/__pycache__/*"
|
||||||
|
"*/venv/*"
|
||||||
)
|
)
|
||||||
|
|
||||||
EXCLUDE_PARAMS=()
|
EXCLUDE_PARAMS=()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue