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.
19 lines
228 B
Plaintext
19 lines
228 B
Plaintext
_site/
|
|
.DS_Store
|
|
.DS_Store?
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
ehthumbs.db
|
|
Thumbs.db
|
|
.bundle
|
|
vendor
|
|
_cache
|
|
.jekyll-metadata
|
|
.jekyll-cache/
|
|
.sass-cache/
|
|
|
|
# To prevent accidental push of translations from
|
|
# Transifex.
|
|
.tx/translations/
|