diff --git a/.gitignore b/.gitignore
index 91d2497..0403934 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,5 @@ build/
.turbo/
coverage/
test-results/
+tsconfig.tsbuildinfo
+next-env.d.ts
diff --git a/next-env.d.ts b/next-env.d.ts
deleted file mode 100644
index c4b7818..0000000
--- a/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.