From ac3fa36688264dafcba97a82d3f74e603c8bc4b5 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Wed, 4 Oct 2017 15:31:07 +0200 Subject: [PATCH] Don't include those files in our dist/. --- _config.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/_config.yml b/_config.yml index 17b2172..c8033f1 100644 --- a/_config.yml +++ b/_config.yml @@ -20,3 +20,7 @@ collections: permalink: /blog/:title/ clients: output: false +exclude: + - vendor + - Gemfile + - Gemfile.lock