1
0
mirror of https://github.com/github/choosealicense.com synced 2024-07-01 08:03:02 +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 - CNAME
- Gemfile* - Gemfile*
- script - script
- vendor