From ed0412bef8867ec52758bb9fc93e37218e1ffcc1 Mon Sep 17 00:00:00 2001 From: Nick Hammond Date: Thu, 24 Jul 2014 18:08:14 -0500 Subject: [PATCH] .gitignore Gemfile.lock per previous commit Gemfile.lock was removed in a previous commit, should be ignored so it doesn't get committed again. https://github.com/imathis/octopress/commit/06c04397053e46fe02fcecce589a2de76d21e160 --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 68a6830..f8a6236 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ source/_stash source/stylesheets/screen.css vendor node_modules +Gemfile.lock