From f7c1b1e683976ee780faadddc4edc70b477aa01f Mon Sep 17 00:00:00 2001
From: XhmikosR <xhmikosr@gmail.com>
Date: Mon, 18 Mar 2019 00:58:47 +0200
Subject: [PATCH] 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.
---
 .gitignore | 7 +++++++
 1 file changed, 7 insertions(+)

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
-- 
GitLab