]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
.gitignore: remove Ruby/Jekyll entries (#32770)
authorXhmikosR <xhmikosr@gmail.com>
Wed, 13 Jan 2021 11:20:49 +0000 (13:20 +0200)
committerGitHub <noreply@github.com>
Wed, 13 Jan 2021 11:20:49 +0000 (13:20 +0200)
Our currently supported branches, v4-dev and main, use Hugo.

.gitignore

index 6208c57d70372333a15f710738fdea25f79ffe58..0a0f88d1589d99df76253e17434d3db3e68cabac 100644 (file)
@@ -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