From c21b4e580729f67b7406d6e3cec8d3f4e38dae6b Mon Sep 17 00:00:00 2001 From: Tyler Rhodes Date: Wed, 17 Jul 2013 12:39:35 -0500 Subject: [PATCH] Add 'vendor' to excludes. --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 19c4068..1660091 100644 --- a/_config.yml +++ b/_config.yml @@ -64,4 +64,4 @@ kramdown: coderay_css: class include: [".htaccess"] -exclude: ["lib", "config.rb", "Capfile", "config", "log", "Rakefile", "Rakefile.rb", "tmp", "less", "so-simple-theme.sublime-project", "so-simple-theme.sublime-workspace"] \ No newline at end of file +exclude: ["lib", "config.rb", "Capfile", "config", "log", "Rakefile", "Rakefile.rb", "tmp", "less", "so-simple-theme.sublime-project", "so-simple-theme.sublime-workspace", "vendor"] \ No newline at end of file