Exclude README.md from jekyll build
This commit is contained in:
parent
fd7ed0529e
commit
4f850209f6
23
_config.yml
23
_config.yml
|
@ -39,14 +39,15 @@ plugins:
|
||||||
# Excluded items can be processed by explicitly listing the directories or
|
# Excluded items can be processed by explicitly listing the directories or
|
||||||
# their entries' file path in the `include:` list.
|
# their entries' file path in the `include:` list.
|
||||||
#
|
#
|
||||||
# exclude:
|
exclude:
|
||||||
# - .sass-cache/
|
- .sass-cache/
|
||||||
# - .jekyll-cache/
|
- .jekyll-cache/
|
||||||
# - gemfiles/
|
- gemfiles/
|
||||||
# - Gemfile
|
- Gemfile
|
||||||
# - Gemfile.lock
|
- Gemfile.lock
|
||||||
# - node_modules/
|
- node_modules/
|
||||||
# - vendor/bundle/
|
- vendor/bundle/
|
||||||
# - vendor/cache/
|
- vendor/cache/
|
||||||
# - vendor/gems/
|
- vendor/gems/
|
||||||
# - vendor/ruby/
|
- vendor/ruby/
|
||||||
|
- README.md
|
||||||
|
|
Loading…
Reference in a new issue