ignore .jekyll-cache folder

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax 2022-05-06 17:12:59 +02:00
parent 3ce39559b2
commit 1e1fdfce1c
No known key found for this signature in database
GPG Key ID: 3248E46B6BB8C7F7
2 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,7 @@
.github
.gitignore
.idea
.jekyll-cache
.jekyll-metadata
.sass-cache
tests

1
.gitignore vendored
View File

@ -1,6 +1,7 @@
**/.DS_Store
**/desktop.ini
.bundle/**
.jekyll-cache
.jekyll-metadata
_site/**
.sass-cache/**