From 1ef3ac0a04f400362f158f9f7205a654dac0fa91 Mon Sep 17 00:00:00 2001 From: Victor Nakasone Date: Mon, 18 Oct 2021 15:59:57 -0300 Subject: [PATCH] Ignore .gems folder as it's not necessary for heartcheck gem --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 8e048f4..07d25c8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +.gems/ *.gem *.rbc .bundle