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