Ignore lib in jekyll build

This commit is contained in:
Patrick Marsceill
2017-06-08 14:22:12 -04:00
parent f4a3592fa4
commit 146b9238cc

View File

@@ -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: