bin/find_crlf: add */venv/* to excludes

This commit is contained in:
Lexi Stelter 2021-02-25 18:48:53 +01:00
parent 734946a7ab
commit 9b0d9e5744
No known key found for this signature in database
GPG Key ID: 67157587E55232FE
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ EXCLUDES=(
"*/node_modules/*" "*/node_modules/*"
"*/.git/*" "*/.git/*"
"*/__pycache__/*" "*/__pycache__/*"
"*/venv/*"
) )
EXCLUDE_PARAMS=() EXCLUDE_PARAMS=()