chore(gitignore): Add next-env.d.ts to ignore list

This commit is contained in:
Abhimanyu Saharan
2026-02-05 01:48:15 +05:30
parent 6c4c97d2ea
commit d19e7c34f2
2 changed files with 1 additions and 6 deletions

1
frontend/.gitignore vendored
View File

@@ -7,3 +7,4 @@ dist/
# clerk configuration (can include secrets)
/.clerk/
next-env.d.ts

View File

@@ -1,6 +0,0 @@
/// <reference types="next" />
/// <reference types="next/image-types/global" />
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.