Skip to content

Commit 2d84da0

Browse files
committed
Add 'vendor' to the list of exclusions
1 parent 6b45178 commit 2d84da0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ is_release: false
1616
#
1717
# It would be nice if we could just do the right thing if `is_release` is set to
1818
# `true` but we can't do this in YAML.
19-
# exclude: ['README.md', 'COPYING', 'Gemfile', 'Gemfile.lock', 'doxygen', 'releases' ]
20-
exclude: ['README.md', 'COPYING', 'Gemfile', 'Gemfile.lock']
19+
# exclude: ['README.md', 'COPYING', 'Gemfile', 'Gemfile.lock', 'vendor', 'doxygen', 'releases']
20+
exclude: ['README.md', 'COPYING', 'Gemfile', 'Gemfile.lock', 'vendor']
2121

2222
plugins:
2323
- jekyll-sitemap

0 commit comments

Comments
 (0)