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.
This commit is contained in:
Will Binns 2020-02-14 09:35:57 +01:00
parent 1da6e8f627
commit 43ea513e47
No known key found for this signature in database
GPG Key ID: 302EBEAEEB74A404

1
.gitignore vendored
View File

@ -10,6 +10,7 @@ Thumbs.db
vendor
_cache
.jekyll-metadata
.jekyll-cache/
.sass-cache/
# To prevent accidental push of translations from