From 73f70e9071d63e789c5a33f338b72b51286db9d3 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Tue, 14 Jun 2016 11:51:26 -0700 Subject: [PATCH] Add .bundle to gitignore for the theme --- lib/theme_template/gitignore.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/theme_template/gitignore.erb b/lib/theme_template/gitignore.erb index 3eab3fcb..64eb653f 100644 --- a/lib/theme_template/gitignore.erb +++ b/lib/theme_template/gitignore.erb @@ -1,3 +1,4 @@ +.bundle .sass-cache _site Gemfile.lock