Add .jekyll-cache to .gitignore

This commit is contained in:
Jesper Hess 2019-12-30 10:29:46 +01:00
parent c748f717e2
commit 8c3630e1e4
Signed by untrusted user: graffen
GPG Key ID: 351A89E40D763F0F
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,5 +1,6 @@
*.sw* *.sw*
_site _site
.jekyll-metadata .jekyll-metadata
.jekyll-cache
.sass-cache .sass-cache
.bundle/ .bundle/