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