From 13acbcc52ba8e49b2fb063718c0e665db63173bf Mon Sep 17 00:00:00 2001 From: Jim Lim Date: Thu, 24 Oct 2013 19:56:34 -0700 Subject: [PATCH] exclude Gemfile from _site --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 8d2bbce..ca31949 100644 --- a/_config.yml +++ b/_config.yml @@ -66,4 +66,4 @@ kramdown: coderay_css: class include: [".htaccess"] -exclude: ["lib", "config.rb", "Capfile", "config", "log", "Rakefile", "Rakefile.rb", "tmp", "less", "*.sublime-project", "*.sublime-workspace", "test", "spec", "Gruntfile.js", "package.json", "node_modules"] \ No newline at end of file +exclude: ["lib", "config.rb", "Gemfile", "Capfile", "config", "log", "Rakefile", "Rakefile.rb", "tmp", "less", "*.sublime-project", "*.sublime-workspace", "test", "spec", "Gruntfile.js", "package.json", "node_modules"]