Skip to content

Commit 7aa2f30

Browse files
authored
Merge pull request #45 from coderdojo-japan/tweak-jekyll-exclude
jekyll のビルドから除外するファイルを調整
2 parents 04e395b + 3ef9d74 commit 7aa2f30

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
@@ -57,14 +57,10 @@ defaults:
5757
# their entries' file path in the `include:` list.
5858
#
5959
exclude:
60-
- .sass-cache/
61-
- .jekyll-cache/
62-
- gemfiles/
63-
- Gemfile
64-
- Gemfile.lock
65-
- node_modules/
66-
- tasks/
67-
- vendor/bundle/
68-
- vendor/cache/
69-
- vendor/gems/
70-
- vendor/ruby/
60+
- CNAME
61+
- docker-compose.yml
62+
- Dockerfile
63+
- LICENSE.md
64+
- Rakefile
65+
- README.md
66+
- test-directory-structure.py

0 commit comments

Comments
 (0)