chore: gitignore next-env.d.ts and tsbuildinfo

This commit is contained in:
zetaloop
2026-02-20 17:45:43 +08:00
parent 7e2396fc60
commit 8c690f97a4
2 changed files with 6 additions and 6 deletions
+6
View File
@@ -31,3 +31,9 @@ Thumbs.db
# turbopack # turbopack
.turbo/ .turbo/
# next.js generated
next-env.d.ts
# typescript
*.tsbuildinfo
-6
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.