From: Katrin Leinweber <9948149+katrinleinweber@users.noreply.github.com> Date: Wed, 21 Aug 2019 20:33:09 +0000 (+0200) Subject: Ignore Jekyll 4's cache X-Git-Url: https://git.arvados.org/rnaseq-cwl-training.git/commitdiff_plain/bd56b2b083cb5929d603836e4024738cd5058ced 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`. --- 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