From: XhmikosR Date: Sun, 17 Mar 2019 22:58:47 +0000 (+0200) Subject: Update .gitignore (#28519) X-Git-Tag: v5.0.0-alpha1~1185 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f7c1b1e683976ee780faadddc4edc70b477aa01f;p=thirdparty%2Fbootstrap.git Update .gitignore (#28519) 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. --- diff --git a/.gitignore b/.gitignore index fbbc9663d1..4167e08acb 100644 --- a/.gitignore +++ b/.gitignore @@ -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