Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e0cc4e7

Browse files
committed
jekyll: exclude non-page files
1 parent 3f68641 commit e0cc4e7

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

_config.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,17 @@ sass:
4444
# Excluded items can be processed by explicitly listing the directories or
4545
# their entries' file path in the `include:` list.
4646
#
47-
# exclude:
47+
exclude:
4848
# - .sass-cache/
4949
# - .jekyll-cache/
5050
# - gemfiles/
51-
# - Gemfile
52-
# - Gemfile.lock
51+
- Gemfile
52+
- Gemfile.lock
5353
# - node_modules/
5454
# - vendor/bundle/
5555
# - vendor/cache/
5656
# - vendor/gems/
5757
# - vendor/ruby/
58+
- CONTRIBUTING.md
59+
- LICENSE.txt
60+
- README.md

0 commit comments

Comments
 (0)