From a548b58a3276b96ef57ff548a35e8d9a9ab55cc1 Mon Sep 17 00:00:00 2001 From: kiki Date: Thu, 14 Mar 2019 15:29:14 +0100 Subject: [PATCH] exclude vendor --- _config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/_config.yml b/_config.yml index 0a04134..5d49dd6 100644 --- a/_config.yml +++ b/_config.yml @@ -33,6 +33,7 @@ port: 4000 exclude: - .idea/ - .gitignore + - vendor # these are the files and directories that jekyll will exclude from the build feedback_subject_line: Jekyll documentation theme