Skip to content

Commit 3ef9d74

Browse files
committed
jekyll のビルドから除外するファイルを調整
1 parent f4899a7 commit 3ef9d74

File tree

1 file changed

+7
-11
lines changed

1 file changed

+7
-11
lines changed

_config.yml

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,10 @@ defaults:
5656
# their entries' file path in the `include:` list.
5757
#
5858
exclude:
59-
- .sass-cache/
60-
- .jekyll-cache/
61-
- gemfiles/
62-
- Gemfile
63-
- Gemfile.lock
64-
- node_modules/
65-
- tasks/
66-
- vendor/bundle/
67-
- vendor/cache/
68-
- vendor/gems/
69-
- vendor/ruby/
59+
- CNAME
60+
- docker-compose.yml
61+
- Dockerfile
62+
- LICENSE.md
63+
- Rakefile
64+
- README.md
65+
- test-directory-structure.py

0 commit comments

Comments
 (0)