From 739cde0832d5239d871f3cae1b29129cc046d805 Mon Sep 17 00:00:00 2001 From: deling-google <99381034+deling-google@users.noreply.github.com> Date: Thu, 31 Mar 2022 14:32:57 -0700 Subject: [PATCH] Ignore .build folder --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index f65519e3..efb916b2 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ build/** +.build