docs: exclude .jekyll-cache
Stop regenerating: files in .jekyll-cache
This commit is contained in:
parent
d492766220
commit
fbec40589d
|
@ -42,7 +42,8 @@ plugins:
|
||||||
sass:
|
sass:
|
||||||
style: compressed
|
style: compressed
|
||||||
exclude:
|
exclude:
|
||||||
- ".gitignore"
|
- .gitignore
|
||||||
|
- .jekyll-cache
|
||||||
- CNAME
|
- CNAME
|
||||||
- icomoon-selection.json
|
- icomoon-selection.json
|
||||||
- readme.md
|
- readme.md
|
||||||
|
|
Loading…
Reference in New Issue