This commit is contained in:
Lucas Gravley 2020-11-04 12:52:07 -06:00
parent 209f8bcb7f
commit 995e2fc6bf

View file

@ -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
#######################