Skip to content

Commit 0487c79

Browse files
committed
bug fixes
1 parent f11f98e commit 0487c79

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

_config.yml

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -45,17 +45,18 @@ defaults:
4545
# Excluded items can be processed by explicitly listing the directories or
4646
# their entries' file path in the `include:` list.
4747
#
48-
# exclude:
49-
# - .sass-cache/
50-
# - .jekyll-cache/
51-
# - gemfiles/
52-
# - Gemfile
53-
# - Gemfile.lock
54-
# - node_modules/
55-
# - vendor/bundle/
56-
# - vendor/cache/
57-
# - vendor/gems/
58-
# - vendor/ruby/
48+
exclude:
49+
# - .sass-cache/
50+
# - .jekyll-cache/
51+
# - gemfiles/
52+
# - Gemfile
53+
# - Gemfile.lock
54+
# - node_modules/
55+
# - vendor/bundle/
56+
# - vendor/cache/
57+
# - vendor/gems/
58+
# - vendor/ruby/
59+
- README.md
5960

6061
excerpt_separator: <!--more-->
6162

0 commit comments

Comments
 (0)