From 81ad421471f9da87a7c10316293c9f5773cc16c6 Mon Sep 17 00:00:00 2001 From: Alexander Popov Date: Fri, 21 Aug 2020 11:22:35 +0300 Subject: [PATCH] Add `Gemfile.lock` to `.gitignore` --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 9106b2a..dc96cb9 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /pkg/ /spec/reports/ /tmp/ +/Gemfile.lock