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