chore: gitignore next-env.d.ts and tsbuildinfo
This commit is contained in:
@@ -31,3 +31,9 @@ Thumbs.db
|
|||||||
|
|
||||||
# turbopack
|
# turbopack
|
||||||
.turbo/
|
.turbo/
|
||||||
|
|
||||||
|
# next.js generated
|
||||||
|
next-env.d.ts
|
||||||
|
|
||||||
|
# typescript
|
||||||
|
*.tsbuildinfo
|
||||||
|
|||||||
Vendored
-6
@@ -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.
|
|
||||||
Reference in New Issue
Block a user