From 1add6341a76dbf11dd2b680f58d561eba9fb75f2 Mon Sep 17 00:00:00 2001
From: XhmikosR <xhmikosr@gmail.com>
Date: Thu, 14 Mar 2019 18:03:01 +0200
Subject: [PATCH] Update .gitignore (#28493)

Add the old Jekyll docs dist folder so that when we switch branches, it doesn't show up.
---
 .gitignore | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.gitignore b/.gitignore
index 8d76249bcc..fbbc9663d1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +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/
 /site/static/**/dist/
 /resources/
 
-- 
GitLab