From 0fd1110655d8a5d5fd485e605a0fc452cec751b7 Mon Sep 17 00:00:00 2001 From: Billy Tat Date: Wed, 6 Jul 2022 13:34:01 -0700 Subject: [PATCH] Ignore build dir --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index e50d424efcf..b72450435c0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +/build /public /resources /node_modules