From 33745e49695836230a928d1bd57f60b2be06cfc8 Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Sat, 8 Apr 2017 16:42:37 +0100 Subject: [PATCH] Ignore Gem lockfile There's no point locking dependencies since the site is developed against GitHub's moving target. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 0c3e5ab..d886362 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ _site/ .sass-cache/ +Gemfile.lock