maj gitignore

This commit is contained in:
2026-02-27 13:03:56 +01:00
parent db8b951e5a
commit abb6602e5e
10 changed files with 114 additions and 8 deletions

View File

@@ -1,10 +1,11 @@
{
"/api/ai/generate/route": "app/api/ai/generate/route.js",
"/api/auth/[...nextauth]/route": "app/api/auth/[...nextauth]/route.js",
"/api/auth/register/route": "app/api/auth/register/route.js",
"/api/projects/[id]/route": "app/api/projects/[id]/route.js",
"/api/projects/route": "app/api/projects/route.js",
"/api/user/profile/route": "app/api/user/profile/route.js",
"/dashboard/page": "app/dashboard/page.js",
"/login/page": "app/login/page.js",
"/page": "app/page.js",
"/signup/page": "app/signup/page.js"
"/project/[id]/page": "app/project/[id]/page.js"
}