Compare commits

...

1 Commits

Author SHA1 Message Date
Dhruwang
d72cb6ae9a added next-env.d.ts to gitignore 2026-02-06 13:25:17 +05:30
2 changed files with 1 additions and 6 deletions

1
.gitignore vendored
View File

@@ -13,6 +13,7 @@
**/.next/
**/out/
**/build
**/next-env.d.ts
# node
**/dist/

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.