From b68ce575f1e8a45c73a82f24558a6b90f6e5c9f6 Mon Sep 17 00:00:00 2001 From: Jeff Parsons Date: Sun, 14 Aug 2016 11:59:41 -0700 Subject: [PATCH] Exclude more (local) files from Jekyll build process --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index cea432f1f..76ac07f34 100644 --- a/_config.yml +++ b/_config.yml @@ -18,7 +18,7 @@ encoding: UTF-8 # Build settings -exclude: ["**/index.html", "**/archive", "**/c64", "logs", "node_modules", "projects", "src", "**/src", "tmp", "**/tmp", "videos", "web", ".git", ".idea"] +exclude: ["index.html", "**/index.html", "**/archive", "**/c64", "logs", "node_modules", "projects", "**/private", "src", "**/src", "tmp", "**/tmp", "videos", "web", ".git", ".idea"] markdown: kramdown kramdown: input: GFM