From 1f4e3a9cdef47af0a0402b627e115be3c92a7407 Mon Sep 17 00:00:00 2001 From: Mike Farah Date: Wed, 6 Nov 2019 11:45:31 +1100 Subject: [PATCH] Ignore vendor folder --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 1561eba9..69118014 100644 --- a/.gitignore +++ b/.gitignore @@ -27,7 +27,7 @@ coverage.out *.test *.prof yaml -vendor/*/ +vendor/ tmp/ cover/ yq