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:
parent
1da6e8f627
commit
43ea513e47
1
.gitignore
vendored
1
.gitignore
vendored
@ -10,6 +10,7 @@ Thumbs.db
|
||||
vendor
|
||||
_cache
|
||||
.jekyll-metadata
|
||||
.jekyll-cache/
|
||||
.sass-cache/
|
||||
|
||||
# To prevent accidental push of translations from
|
||||
|
||||
Loading…
Reference in New Issue
Block a user