From 9b0d9e574472c99c9bf87d0d3a6b114fd8f5428d Mon Sep 17 00:00:00 2001 From: Lexi Stelter Date: Thu, 25 Feb 2021 18:48:53 +0100 Subject: [PATCH] bin/find_crlf: add */venv/* to excludes --- bin/find_crlf | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/find_crlf b/bin/find_crlf index 79217c3..011f120 100755 --- a/bin/find_crlf +++ b/bin/find_crlf @@ -4,6 +4,7 @@ EXCLUDES=( "*/node_modules/*" "*/.git/*" "*/__pycache__/*" + "*/venv/*" ) EXCLUDE_PARAMS=()