From 52a8a506fe0bc38819de35bf7134a1e61a8ba8f9 Mon Sep 17 00:00:00 2001 From: Jeff Parsons Date: Wed, 8 Feb 2017 20:44:49 -0800 Subject: [PATCH] Exclude the /bin folder from the website --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 8ab255572..40dafc317 100644 --- a/_config.yml +++ b/_config.yml @@ -20,7 +20,7 @@ encoding: UTF-8 # Build settings -exclude: ["index.html", "**/index.html", "**/archive", "**/ecp", "**/c64", "logs", "node_modules", "projects", "**/private", "**/restricted", "src", "**/src", "tmp", "**/tmp", "**/unlisted", "videos", "web", ".git", ".idea"] +exclude: ["index.html", "**/index.html", "bin", "logs", "node_modules", "projects", "src", "tmp", "videos", "web", "**/archive", "**/ecp", "**/c64", "**/private", "**/restricted", "**/src", "**/tmp", "**/unlisted", ".git", ".idea"] markdown: kramdown kramdown: input: GFM