From 60658a872cbe9a5d57476069df16c23c7e77fae0 Mon Sep 17 00:00:00 2001 From: Rob Walker Date: Mon, 20 Apr 2020 18:20:58 -0700 Subject: [PATCH] shellcheck_tree to exclude .git (#440) --- .shellcheck_tree | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.shellcheck_tree b/.shellcheck_tree index 633ffdfe2b5710..b265749c3b6e1e 100644 --- a/.shellcheck_tree +++ b/.shellcheck_tree @@ -1,2 +1,2 @@ # configuration for shellcheck_tree.sh -excludes+=('third_party/*' 'build/*') +excludes+=('third_party/*' 'build/*' '.git/*')