From 5c8407d327065631013cbc5b071e9f7c925fc9cf Mon Sep 17 00:00:00 2001 From: david Date: Sat, 6 May 2017 10:20:44 +0200 Subject: [PATCH] exclude gemfiles from build --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 5cd1dba..c35c27d 100644 --- a/_config.yml +++ b/_config.yml @@ -5,6 +5,6 @@ description: I'm a mail server. # Build settings markdown: kramdown -exclude: ["README.md"] +exclude: ["README.md", "Gemfile", "Gemfile.lock"] sass: style: compressed