https://github.com/jekyll/jekyll
Raw File
Tip revision: dbbfc5d48c81cf424f29c7b0eebf10886bc99904 authored by jekyllbot on 13 February 2024, 04:19:22 UTC
Update history to reflect merge of #9550 [ci skip]
Tip revision: dbbfc5d
.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