Merge pull request #959 from github/ignoreGit

fix find
This commit is contained in:
Lukas Gravley 2020-11-04 14:33:12 -06:00 committed by GitHub
commit 3324fa0e1b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -99,7 +99,7 @@ function BuildFileList() {
-path "*/.venv" -prune -o \ -path "*/.venv" -prune -o \
-path "*/.rbenv" -prune -o \ -path "*/.rbenv" -prune -o \
-path "*/.terragrunt-cache" -prune -o \ -path "*/.terragrunt-cache" -prune -o \
-type f 2>&1 | sort ) -type f 2>&1 | grep -v -w '\.git' | sort )
fi fi
####################### #######################