From fbec40589d9ecdb47977035adc4aeeef1431ae0c Mon Sep 17 00:00:00 2001 From: Frank Taillandier Date: Sun, 28 Oct 2018 06:25:06 +0100 Subject: [PATCH] docs: exclude .jekyll-cache Stop regenerating: files in .jekyll-cache --- docs/_config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/_config.yml b/docs/_config.yml index c7beb844..7fad0e78 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -42,7 +42,8 @@ plugins: sass: style: compressed exclude: -- ".gitignore" +- .gitignore +- .jekyll-cache - CNAME - icomoon-selection.json - readme.md