From 5a3379cb2ac139887595f7cf0bc17c7dba582271 Mon Sep 17 00:00:00 2001 From: Ben Balter Date: Mon, 12 Aug 2013 13:18:50 -0400 Subject: [PATCH] Exclude vendor from Jekyll This will tell Jekyll not to look at the `vendor` folder, preventing build errors and allowing CI to pass. --- _config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/_config.yml b/_config.yml index ed961da..e69d1e7 100644 --- a/_config.yml +++ b/_config.yml @@ -65,3 +65,4 @@ exclude: - CNAME - Gemfile* - script + - vendor