From edb5f84d10c1ac7d47839849de746ef3d0116702 Mon Sep 17 00:00:00 2001 From: jc <46619361+juancwu@users.noreply.github.com> Date: Sat, 24 Feb 2024 23:58:28 -0500 Subject: [PATCH] ignore build directory --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 3fa02be..fbce633 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ static/styles.css .env.* node_modules tmp +build