From 61b337e3e0f8c2cd55d6c5c798c1bf9820221ade Mon Sep 17 00:00:00 2001 From: Yihang Ho Date: Sun, 18 May 2014 21:12:27 +0800 Subject: [PATCH] Exclude Gemfile, Gemfile.lock, LICENSE and README. --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index dd9030e8..871167cb 100644 --- a/_config.yml +++ b/_config.yml @@ -69,4 +69,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"] +exclude: ["lib", "config.rb", "Capfile", "config", "log", "Rakefile", "Rakefile.rb", "tmp", "less", "*.sublime-project", "*.sublime-workspace", "test", "spec", "Gruntfile.js", "package.json", "node_modules", "Gemfile", "Gemfile.lock", "LICENSE", "README.md"]