fix: added next-env.d.ts to gitignore (#7220)

This commit is contained in:
Dhruwang Jariwala
2026-02-10 13:51:15 +05:30
committed by GitHub
parent 2a590ef315
commit f3ff4c9951
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.