mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-25 10:10:56 -05:00
commit
3324fa0e1b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
#######################
|
||||
|
|
Loading…
Reference in a new issue