chore: 将 next-env.d.ts 加入 .gitignore
该文件由 Next.js 自动生成,不应纳入版本控制。 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -7,6 +7,7 @@ dist
|
|||||||
.next
|
.next
|
||||||
.turbo
|
.turbo
|
||||||
out
|
out
|
||||||
|
next-env.d.ts
|
||||||
|
|
||||||
# Environment
|
# Environment
|
||||||
.env.local
|
.env.local
|
||||||
|
|||||||
6
apps/web/next-env.d.ts
vendored
6
apps/web/next-env.d.ts
vendored
@@ -1,6 +0,0 @@
|
|||||||
/// <reference types="next" />
|
|
||||||
/// <reference types="next/image-types/global" />
|
|
||||||
import "./.next/dev/types/routes.d.ts";
|
|
||||||
|
|
||||||
// NOTE: This file should not be edited
|
|
||||||
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.
|
|
||||||
Reference in New Issue
Block a user