We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b45178 commit 2d84da0Copy full SHA for 2d84da0
1 file changed
_config.yml
@@ -16,8 +16,8 @@ is_release: false
16
#
17
# It would be nice if we could just do the right thing if `is_release` is set to
18
# `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']
+# exclude: ['README.md', 'COPYING', 'Gemfile', 'Gemfile.lock', 'vendor', 'doxygen', 'releases']
+exclude: ['README.md', 'COPYING', 'Gemfile', 'Gemfile.lock', 'vendor']
21
22
plugins:
23
- jekyll-sitemap
0 commit comments