]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Update .gitignore (#28519)
authorXhmikosR <xhmikosr@gmail.com>
Sun, 17 Mar 2019 22:58:47 +0000 (00:58 +0200)
committerGitHub <noreply@github.com>
Sun, 17 Mar 2019 22:58:47 +0000 (00:58 +0200)
Add back ruby/bundler folders so that they don't show up when we switch branches.

This can be removed when v4 hits EOL, along with the old Jekyll docs dist folder.

.gitignore

index fbbc9663d1e289e3c5587f8371197d8e1d7ab1e6..4167e08acb5a99200a111b01d9b894e193f2ddda 100644 (file)
@@ -4,8 +4,15 @@
 # keeping it here so that when we switch branches it doesn't show up
 /site/docs/**/dist/
 /site/static/**/dist/
+# 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