From d19e7c34f2a8a55123d7f10de08f5e4b2b780ce5 Mon Sep 17 00:00:00 2001 From: Abhimanyu Saharan Date: Thu, 5 Feb 2026 01:48:15 +0530 Subject: [PATCH] chore(gitignore): Add next-env.d.ts to ignore list --- frontend/.gitignore | 1 + frontend/next-env.d.ts | 6 ------ 2 files changed, 1 insertion(+), 6 deletions(-) delete mode 100644 frontend/next-env.d.ts diff --git a/frontend/.gitignore b/frontend/.gitignore index 8430c68c..162a0acf 100644 --- a/frontend/.gitignore +++ b/frontend/.gitignore @@ -7,3 +7,4 @@ dist/ # clerk configuration (can include secrets) /.clerk/ +next-env.d.ts diff --git a/frontend/next-env.d.ts b/frontend/next-env.d.ts deleted file mode 100644 index 9edff1c7..00000000 --- a/frontend/next-env.d.ts +++ /dev/null @@ -1,6 +0,0 @@ -/// -/// -import "./.next/types/routes.d.ts"; - -// NOTE: This file should not be edited -// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.