chore: 将 next-env.d.ts 加入 .gitignore

该文件由 Next.js 自动生成,不应纳入版本控制。

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
charilezhou
2026-01-20 18:24:38 +08:00
parent 5c1a998192
commit 595d59ab5b
2 changed files with 1 additions and 6 deletions

1
.gitignore vendored
View File

@@ -7,6 +7,7 @@ dist
.next
.turbo
out
next-env.d.ts
# Environment
.env.local

View File

@@ -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.