diff options
| author | XhmikosR <[email protected]> | 2021-01-13 13:20:49 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-01-13 13:20:49 +0200 |
| commit | f43133ac412eb47111d09e89750a130cc79b9835 (patch) | |
| tree | 8970179009beec66d7dec841e496c933a3015752 | |
| parent | ed5ddca5ba6436a6234e1b9dfa0883382c84f0db (diff) | |
| download | bootstrap-f43133ac412eb47111d09e89750a130cc79b9835.tar.xz bootstrap-f43133ac412eb47111d09e89750a130cc79b9835.zip | |
.gitignore: remove Ruby/Jekyll entries (#32770)
Our currently supported branches, v4-dev and main, use Hugo.
| -rw-r--r-- | .gitignore | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/.gitignore b/.gitignore index 6208c57d7..0a0f88d15 100644 --- a/.gitignore +++ b/.gitignore @@ -1,19 +1,8 @@ # Ignore docs files /_gh_pages/ -# This is the old Jekyll docs dist folder; -# keeping it here so that when we switch branches it doesn't show up -/site/docs/**/dist/ -# Jekyll's cache folder; keeping it for the same reason as above -/site/.jekyll-cache/ # Hugo resources folder /resources/ -# Ignore ruby/bundler files; -# keeping them here so that when we switch branches they don't show up -/.bundle/ -/vendor/ -/.ruby-version - # Numerous always-ignore extensions *.diff *.err |
