diff --git a/.gitignore b/.gitignore index fbbc9663d1e2..4167e08acb5a 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