From 4b09f0d49c8896baac8bbe67be37125541517dd8 Mon Sep 17 00:00:00 2001 From: Adam Hollett Date: Fri, 18 Mar 2016 22:41:56 -0400 Subject: [PATCH] Don't commit Gemfile.lock for GitHub Pages --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 580c589..3a2ab3d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ _site/ .sass-cache/ node_modules/ +Gemfile.lock # Compiled source # ################### @@ -38,4 +39,4 @@ node_modules/ .Spotlight-V100 .Trashes ehthumbs.db -Thumbs.db \ No newline at end of file +Thumbs.db