From 45cc56784a8f3078f13fefadc64e64f21eab07f6 Mon Sep 17 00:00:00 2001 From: Marc Huffnagle Date: Fri, 8 Nov 2013 13:53:46 -0500 Subject: [PATCH] Issue 20: Ignore Gemfile.lock Added a .gitignore to ignore the Gemfile.lock created when running "bundle install". --- .gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..66f8ed35 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/Gemfile.lock