Skip to content

Commit e4fb0a3

Browse files
committed
Exclude CODEOWNERS file from Jekyll build
1 parent bace237 commit e4fb0a3

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

_config.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@ url: https://mruby.org
1212
repository: https://github.com/mruby/mruby.github.io
1313
include: _index.html
1414
exclude:
15-
- Gemfile
16-
- Gemfile.lock
17-
- README.md
18-
- gen_mgemdata.rb
19-
- vendor
15+
- CODEOWNERS
16+
- Gemfile
17+
- Gemfile.lock
18+
- README.md
19+
- gen_mgemdata.rb
20+
- vendor

0 commit comments

Comments
 (0)