Skip to content

Commit 60658a8

Browse files
author
Rob Walker
authored
shellcheck_tree to exclude .git (#440)
1 parent 1eef6cf commit 60658a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.shellcheck_tree

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# configuration for shellcheck_tree.sh
2-
excludes+=('third_party/*' 'build/*')
2+
excludes+=('third_party/*' 'build/*' '.git/*')

0 commit comments

Comments
 (0)