mirror of
https://github.com/adulau/brouilleursdeblanc.git
synced 2024-11-07 12:06:26 +00:00
Merge pull request #12 from tylerrhodes/master
Add 'vendor' to excludes.
This commit is contained in:
commit
15d6754bef
1 changed files with 1 additions and 1 deletions
|
@ -64,4 +64,4 @@ kramdown:
|
||||||
coderay_css: class
|
coderay_css: class
|
||||||
|
|
||||||
include: [".htaccess"]
|
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"]
|
Loading…
Reference in a new issue