From 18d30f228e09ab4a2b304053d81b183a688e8871 Mon Sep 17 00:00:00 2001 From: Marten Date: Thu, 22 Mar 2018 14:31:47 +0100 Subject: [PATCH] Update .gitignore --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 6973e11..38aeca7 100644 --- a/.gitignore +++ b/.gitignore @@ -39,3 +39,7 @@ test.db # For those who install gems locally to a vendor dir /vendor + +# Don't checkin Gemfile.lock +# See: http://yehudakatz.com/2010/12/16/clarifying-the-roles-of-the-gemspec-and-gemfile/ +Gemfile.lock