From 595d59ab5b114226d9e0ccdcb057d08b801df97d Mon Sep 17 00:00:00 2001 From: charilezhou Date: Tue, 20 Jan 2026 18:24:38 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=B0=86=20next-env.d.ts=20=E5=8A=A0?= =?UTF-8?q?=E5=85=A5=20.gitignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 该文件由 Next.js 自动生成,不应纳入版本控制。 Co-Authored-By: Claude Opus 4.5 --- .gitignore | 1 + apps/web/next-env.d.ts | 6 ------ 2 files changed, 1 insertion(+), 6 deletions(-) delete mode 100644 apps/web/next-env.d.ts diff --git a/.gitignore b/.gitignore index bb52747..96702a5 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,7 @@ dist .next .turbo out +next-env.d.ts # Environment .env.local diff --git a/apps/web/next-env.d.ts b/apps/web/next-env.d.ts deleted file mode 100644 index c4b7818..0000000 --- a/apps/web/next-env.d.ts +++ /dev/null @@ -1,6 +0,0 @@ -/// -/// -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.