From 995e2fc6bfac773b2b658dcd5f8f6cc22647a1a7 Mon Sep 17 00:00:00 2001 From: Lucas Gravley <29484535+admiralAwkbar@users.noreply.github.com> Date: Wed, 4 Nov 2020 12:52:07 -0600 Subject: [PATCH] fix find --- lib/buildFileList.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/buildFileList.sh b/lib/buildFileList.sh index fb057f16..99039812 100755 --- a/lib/buildFileList.sh +++ b/lib/buildFileList.sh @@ -99,7 +99,7 @@ function BuildFileList() { -path "*/.venv" -prune -o \ -path "*/.rbenv" -prune -o \ -path "*/.terragrunt-cache" -prune -o \ - -type f 2>&1 | sort ) + -type f 2>&1 | grep -v -w '\.git' | sort ) fi #######################