From 691fdbffd463cef511b4f49f7984fefe4c86095d Mon Sep 17 00:00:00 2001 From: Alexandre Terrasa Date: Wed, 30 Mar 2022 20:29:35 -0400 Subject: [PATCH] Ignore the vendor/ directory Signed-off-by: Alexandre Terrasa --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 4d0d86f3..fd18383d 100644 --- a/.gitignore +++ b/.gitignore @@ -5,5 +5,6 @@ /pkg/ /spec/reports/ /tmp/ +/vendor/ test.rb