From: XhmikosR Date: Wed, 25 Mar 2020 21:08:53 +0000 (+0200) Subject: .gitignore: add Jekyll's cache folder (#30454) X-Git-Tag: v5.0.0-alpha1~300 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b9bc5beb1de82b3a97f6374fc429cb8f292bd18e;p=thirdparty%2Fbootstrap.git .gitignore: add Jekyll's cache folder (#30454) So that when we switch branches the folder is ignored. --- diff --git a/.gitignore b/.gitignore index dff85a65c0..4ac6ac3259 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,8 @@ # This is the old Jekyll docs dist folder; # keeping it here so that when we switch branches it doesn't show up /site/docs/**/dist/ +# Jekyll's cache folder; keeping it for the same reason as above +/site/.jekyll-cache/ # Hugo resources folder /resources/