Skip to content

Commit 050a04c

Browse files
authored
Merge pull request #101 from jbampton/exclude-codeowners-file
Exclude CODEOWNERS file from Jekyll build
2 parents bace237 + e4fb0a3 commit 050a04c

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)