From ee5d12de139f7360470bc8fc6fbf418231fd3d0e Mon Sep 17 00:00:00 2001 From: Craig Gumbley Date: Fri, 9 Dec 2022 15:05:51 +0000 Subject: [PATCH] (MAINT) Ignore vendor directory --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 4ea5798..a174504 100644 --- a/.gitignore +++ b/.gitignore @@ -6,4 +6,5 @@ /pkg/ /spec/reports/ /tmp/ +/vendor/ Gemfile.lock