From 9912cbdfc9f9f282464655d13ec717c90f2ba85a Mon Sep 17 00:00:00 2001 From: Jeff Parsons Date: Wed, 20 Jan 2016 13:23:30 -0800 Subject: [PATCH] Tell Jekyll to ignore more files/directories --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 928b5b6aa..d32fad925 100644 --- a/_config.yml +++ b/_config.yml @@ -17,7 +17,7 @@ right_brace: "}" # Build settings -exclude: ["index.html", "**/index.html", "logs", "node_modules", "**/c64", "src", "**/src", "**/static", "tmp", "videos", "web"] +exclude: ["index.html", "**/index.html", "logs", "node_modules", "**/c64", "src", "**/src", "**/static", "tmp", "videos", "web", ".git", ".idea"] markdown: kramdown kramdown: input: GFM