https://github.com/jekyll/jekyll
Raw File
Tip revision: 60a9cd73569552b858e807cbd3c0e23455023cbc authored by jekyllbot on 24 June 2024, 22:27:06 UTC
Update history to reflect merge of #9625 [ci skip]
Tip revision: 60a9cd7
.gitignore
# Jekyll
_site/
*-cache/
.jekyll-metadata

# Ruby
.bundle/
.byebug_history
.ruby-gemset
.ruby-version
*.gem
Gemfile.lock

# Files
.analysis
.DS_Store
*.swp
*~

# Folders
/vendor
bbin/
bin/
coverage
gh-pages/
pkg/
test/dest
tmp/*
back to top