From 8ec60a400c508571c1118c6d9279707451094fcf Mon Sep 17 00:00:00 2001 From: Jeff Parsons Date: Sun, 10 Jan 2016 13:40:47 -0800 Subject: [PATCH] Reduce the number of files that Jekyll rebuilds --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index a5d5e2385..c31110a3e 100644 --- a/_config.yml +++ b/_config.yml @@ -14,7 +14,7 @@ github_username: jeffpar # Build settings -exclude: ["index.html", "logs", "node_modules", "**/c64", "**/static", "src", "tmp", "videos", "web"] +exclude: ["index.html", "logs", "node_modules", "**/c64", "**/private", "**/src", "**/static", "tmp", "videos", "web"] markdown: kramdown kramdown: input: GFM