mirror of
https://github.com/adulau/brouilleursdeblanc.git
synced 2024-11-07 12:06:26 +00:00
Exclude vendor
This commit is contained in:
parent
e711f8b839
commit
e66117f446
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ locale: en_US
|
||||||
description: Describe your website here.
|
description: Describe your website here.
|
||||||
logo: site-logo.png
|
logo: site-logo.png
|
||||||
search: true
|
search: true
|
||||||
url: http://localhost:4000
|
url:
|
||||||
|
|
||||||
|
|
||||||
# Jekyll configuration
|
# Jekyll configuration
|
||||||
|
@ -27,7 +27,7 @@ kramdown:
|
||||||
use_coderay: false
|
use_coderay: false
|
||||||
|
|
||||||
include: [".htaccess"]
|
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
|
# Site owner
|
||||||
|
|
Loading…
Reference in a new issue