From bd56b2b083cb5929d603836e4024738cd5058ced Mon Sep 17 00:00:00 2001 From: Katrin Leinweber <9948149+katrinleinweber@users.noreply.github.com> Date: Wed, 21 Aug 2019 22:33:09 +0200 Subject: [PATCH] Ignore Jekyll 4's cache See https://jekyllrb.com/news/2019/08/20/jekyll-4-0-0-released/#cache-all-the-things- & https://github.com/jekyll/jekyll/releases/tag/v4.0.0 It appears during `make site` & `make serve`. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 128437d..27af20d 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ .DS_Store .ipynb_checkpoints .sass-cache +.jekyll-cache/ __pycache__ _site .Rproj.user -- 2.30.2