From 4b90a5d4804bf15fcca7b2862fb5022fada6d7c5 Mon Sep 17 00:00:00 2001 From: Aravind Date: Mon, 13 Jul 2026 18:01:55 +0530 Subject: [PATCH] fix gitignore to allow build/node_modules --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 8720eb5..c1948cc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ .next/ -node_modules/ +/node_modules/ .DS_Store *.log