From 43ea513e47c94a774159d5a913e1edeb4a6eeeea Mon Sep 17 00:00:00 2001 From: Will Binns Date: Fri, 14 Feb 2020 09:35:57 +0100 Subject: [PATCH] gitignore: Adds '.jekyll-cache/' We will be updating Jekyll soon, and the newer version utilizes a caching API. This adds its cache folder (.jekyll-cache), which is set aside for site builds, to the gitignore file to ensure that it isn't getting tracked along with repository changes and accidentally included in people's pull requests. This will be merged once tests pass. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index ff21e55f..d9f26349 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,7 @@ Thumbs.db vendor _cache .jekyll-metadata +.jekyll-cache/ .sass-cache/ # To prevent accidental push of translations from