1
0
mirror of https://github.com/github/choosealicense.com synced 2024-06-10 04:59:51 +02:00

Exclude vendor from Jekyll

This will tell Jekyll not to look at the `vendor` folder, preventing
build errors and allowing CI to pass.
This commit is contained in:
Ben Balter 2013-08-12 13:18:50 -04:00
parent f504b88a90
commit 5a3379cb2a

View File

@ -65,3 +65,4 @@ exclude:
- CNAME
- Gemfile*
- script
- vendor