Exclude vendor

This commit is contained in:
Michael Rose 2014-08-08 15:55:26 -04:00
parent e711f8b839
commit e66117f446

View file

@ -5,7 +5,7 @@ locale: en_US
description: Describe your website here.
logo: site-logo.png
search: true
url: http://localhost:4000
url:
# Jekyll configuration
@ -27,7 +27,7 @@ kramdown:
use_coderay: false
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", "Gemfile", "Gemfile.lock", "LICENSE", "README.md"]
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", "vendor"]
# Site owner