From 9916943c8c0392d1e3d4745e5eac1dab198e0e68 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 29 May 2017 12:22:12 -0700 Subject: [PATCH] ignore the vendor so sauce can compile and travis pass --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 1870955f85..50aba11cc0 100644 --- a/_config.yml +++ b/_config.yml @@ -15,7 +15,7 @@ port: 9001 baseurl: "" url: https://getbootstrap.com encoding: UTF-8 -exclude: [.git, .github, assets/scss/, build, js, node_modules, nuget, scss] +exclude: [.git, .github, assets/scss/, build, js, node_modules, nuget, scss, vendor] gems: - jekyll-redirect-from -- 2.47.3