add .jekyll-cache to gitignore for future version of Jekyll

This commit is contained in:
Robert McGovern 2019-02-26 16:06:07 +01:00
parent 8616063fb4
commit 40743b9ce3
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -5,3 +5,4 @@ vendor
# Ignore folders generated by Jekyll
.sass-cache
_site
.jekyll-cache