From d35dfbb475af21678b4b43e330f3631afb8f32f0 Mon Sep 17 00:00:00 2001 From: Rami Bitar Date: Sun, 3 May 2026 20:10:19 -0400 Subject: [PATCH] Ignore .next build output --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 746b6a5..f1010f6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ node_modules dist +.next .DS_Store .env .env.local