From 195fb0f33abfbe6406ba4d86704f53e40c82a804 Mon Sep 17 00:00:00 2001 From: Ivan Shmidt Date: Thu, 13 Aug 2020 15:17:02 +0200 Subject: [PATCH] chore: add microsite build to gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 9884edf96e..743561c3b6 100644 --- a/.gitignore +++ b/.gitignore @@ -90,6 +90,9 @@ typings/ .nuxt dist +# Microsite build output +microsite/build + # Gatsby files .cache/ # Comment in the public line in if your project uses Gatsby and not Next.js