From bc3e1d7e960f3776492cdc8e752a4e8c72f465b2 Mon Sep 17 00:00:00 2001 From: Yashas Salankimatt Date: Thu, 18 Sep 2025 20:36:41 -0700 Subject: [PATCH] Added build directory to gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index f5c93cf65f..c8e4eb199d 100644 --- a/.gitignore +++ b/.gitignore @@ -36,6 +36,7 @@ package-lock.json # Ignore build artifacts dist/ +build/ # Ignore data directory but keep .lfs subdirectory data/*