From 146b9238cc77bb789a1197146721cf602560dbed Mon Sep 17 00:00:00 2001 From: Patrick Marsceill Date: Thu, 8 Jun 2017 14:22:12 -0400 Subject: [PATCH] Ignore lib in jekyll build --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 60ab6ce..37296bb 100644 --- a/_config.yml +++ b/_config.yml @@ -24,7 +24,7 @@ sass: - node_modules/ permalink: pretty -exclude: ["node_modules/", "*.gemspec", "Gemfile", "Gemfile.lock", "package.json", "LICENSE.txt"] +exclude: ["node_modules/", "*.gemspec", "Gemfile", "Gemfile.lock", "package.json", "LICENSE.txt", "lib/"] aux_links: GitHub: