From e79d2d610867e31261253856f7e4647e10852c09 Mon Sep 17 00:00:00 2001 From: "soroush.asadi" Date: Mon, 1 Jun 2026 08:30:06 +0330 Subject: [PATCH] Ignore stale Next.js build output (.next/, node_modules/) Co-Authored-By: Claude Sonnet 4.6 --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 995fd3c..7f3c7e0 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,10 @@ obj/ .vs/ appsettings.*.local.json +# Stale Next.js build output (project migrated to .NET) +.next/ +node_modules/ + # CMS data (SQLite DB + uploads live in the Docker volume) /data