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

This commit is contained in:
2026-05-25 14:49:19 +00:00
parent 44293deb9b
commit 3a8bcb6623
2 changed files with 2 additions and 6 deletions

2
.gitignore vendored
View File

@@ -9,3 +9,5 @@ build/
.turbo/ .turbo/
coverage/ coverage/
test-results/ test-results/
tsconfig.tsbuildinfo
next-env.d.ts

6
next-env.d.ts vendored
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.