Exclude README.md from `jekyll build`

This commit is contained in:
Luna 2021-05-06 16:46:31 +00:00
parent fd7ed0529e
commit 4f850209f6
Signed by: luna
GPG Key ID: 48ABA804580B9BA8
1 changed files with 12 additions and 11 deletions

View File

@ -39,14 +39,15 @@ plugins:
# Excluded items can be processed by explicitly listing the directories or
# their entries' file path in the `include:` list.
#
# exclude:
# - .sass-cache/
# - .jekyll-cache/
# - gemfiles/
# - Gemfile
# - Gemfile.lock
# - node_modules/
# - vendor/bundle/
# - vendor/cache/
# - vendor/gems/
# - vendor/ruby/
exclude:
- .sass-cache/
- .jekyll-cache/
- gemfiles/
- Gemfile
- Gemfile.lock
- node_modules/
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/
- README.md