Skip to content

Commit

Permalink
Merge pull request mmistakes#12 from tylerrhodes/master
Browse files Browse the repository at this point in the history
Add 'vendor' to excludes.
  • Loading branch information
mmistakes committed Jul 18, 2013
2 parents a44332d + c21b4e5 commit 15d6754
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _config.yml
Expand Up @@ -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"]
exclude: ["lib", "config.rb", "Capfile", "config", "log", "Rakefile", "Rakefile.rb", "tmp", "less", "so-simple-theme.sublime-project", "so-simple-theme.sublime-workspace", "vendor"]

0 comments on commit 15d6754

Please sign in to comment.