diff --git a/.gitignore b/.gitignore
index 9ebc512a09..6e71fdf278 100644
--- a/.gitignore
+++ b/.gitignore
@@ -20,6 +20,7 @@ dist-ts
.env.test.local
.env.production.local
.next
+next-env.d.ts
npm-debug.log*
yarn-debug.log*
diff --git a/examples/react/auto-refetching/next-env.d.ts b/examples/react/auto-refetching/next-env.d.ts
deleted file mode 100644
index 1a1bf607fc..0000000000
--- a/examples/react/auto-refetching/next-env.d.ts
+++ /dev/null
@@ -1,6 +0,0 @@
-///
-///
-import './.next/types/routes.d.ts'
-
-// NOTE: This file should not be edited
-// see https://nextjs.org/docs/pages/api-reference/config/typescript for more information.
diff --git a/examples/react/infinite-query-with-max-pages/next-env.d.ts b/examples/react/infinite-query-with-max-pages/next-env.d.ts
deleted file mode 100644
index 1a1bf607fc..0000000000
--- a/examples/react/infinite-query-with-max-pages/next-env.d.ts
+++ /dev/null
@@ -1,6 +0,0 @@
-///
-///
-import './.next/types/routes.d.ts'
-
-// NOTE: This file should not be edited
-// see https://nextjs.org/docs/pages/api-reference/config/typescript for more information.
diff --git a/examples/react/load-more-infinite-scroll/next-env.d.ts b/examples/react/load-more-infinite-scroll/next-env.d.ts
deleted file mode 100644
index 1a1bf607fc..0000000000
--- a/examples/react/load-more-infinite-scroll/next-env.d.ts
+++ /dev/null
@@ -1,6 +0,0 @@
-///
-///
-import './.next/types/routes.d.ts'
-
-// NOTE: This file should not be edited
-// see https://nextjs.org/docs/pages/api-reference/config/typescript for more information.
diff --git a/examples/react/nextjs-app-prefetching/.gitignore b/examples/react/nextjs-app-prefetching/.gitignore
index 8f322f0d8f..b988ee9758 100644
--- a/examples/react/nextjs-app-prefetching/.gitignore
+++ b/examples/react/nextjs-app-prefetching/.gitignore
@@ -32,4 +32,3 @@ yarn-error.log*
# typescript
*.tsbuildinfo
-next-env.d.ts
diff --git a/examples/react/nextjs-suspense-streaming/.gitignore b/examples/react/nextjs-suspense-streaming/.gitignore
index 8f322f0d8f..b988ee9758 100644
--- a/examples/react/nextjs-suspense-streaming/.gitignore
+++ b/examples/react/nextjs-suspense-streaming/.gitignore
@@ -32,4 +32,3 @@ yarn-error.log*
# typescript
*.tsbuildinfo
-next-env.d.ts
diff --git a/examples/react/nextjs/next-env.d.ts b/examples/react/nextjs/next-env.d.ts
deleted file mode 100644
index 1a1bf607fc..0000000000
--- a/examples/react/nextjs/next-env.d.ts
+++ /dev/null
@@ -1,6 +0,0 @@
-///
-///
-import './.next/types/routes.d.ts'
-
-// NOTE: This file should not be edited
-// see https://nextjs.org/docs/pages/api-reference/config/typescript for more information.
diff --git a/examples/react/optimistic-updates-cache/next-env.d.ts b/examples/react/optimistic-updates-cache/next-env.d.ts
deleted file mode 100644
index 1a1bf607fc..0000000000
--- a/examples/react/optimistic-updates-cache/next-env.d.ts
+++ /dev/null
@@ -1,6 +0,0 @@
-///
-///
-import './.next/types/routes.d.ts'
-
-// NOTE: This file should not be edited
-// see https://nextjs.org/docs/pages/api-reference/config/typescript for more information.
diff --git a/examples/react/optimistic-updates-ui/next-env.d.ts b/examples/react/optimistic-updates-ui/next-env.d.ts
deleted file mode 100644
index 1a1bf607fc..0000000000
--- a/examples/react/optimistic-updates-ui/next-env.d.ts
+++ /dev/null
@@ -1,6 +0,0 @@
-///
-///
-import './.next/types/routes.d.ts'
-
-// NOTE: This file should not be edited
-// see https://nextjs.org/docs/pages/api-reference/config/typescript for more information.
diff --git a/examples/react/pagination/next-env.d.ts b/examples/react/pagination/next-env.d.ts
deleted file mode 100644
index 1a1bf607fc..0000000000
--- a/examples/react/pagination/next-env.d.ts
+++ /dev/null
@@ -1,6 +0,0 @@
-///
-///
-import './.next/types/routes.d.ts'
-
-// NOTE: This file should not be edited
-// see https://nextjs.org/docs/pages/api-reference/config/typescript for more information.
diff --git a/examples/react/prefetching/next-env.d.ts b/examples/react/prefetching/next-env.d.ts
deleted file mode 100644
index 1a1bf607fc..0000000000
--- a/examples/react/prefetching/next-env.d.ts
+++ /dev/null
@@ -1,6 +0,0 @@
-///
-///
-import './.next/types/routes.d.ts'
-
-// NOTE: This file should not be edited
-// see https://nextjs.org/docs/pages/api-reference/config/typescript for more information.
diff --git a/integrations/react-next-14/.gitignore b/integrations/react-next-14/.gitignore
index 8f322f0d8f..b988ee9758 100644
--- a/integrations/react-next-14/.gitignore
+++ b/integrations/react-next-14/.gitignore
@@ -32,4 +32,3 @@ yarn-error.log*
# typescript
*.tsbuildinfo
-next-env.d.ts
diff --git a/integrations/react-next-15/.gitignore b/integrations/react-next-15/.gitignore
index 8f322f0d8f..b988ee9758 100644
--- a/integrations/react-next-15/.gitignore
+++ b/integrations/react-next-15/.gitignore
@@ -32,4 +32,3 @@ yarn-error.log*
# typescript
*.tsbuildinfo
-next-env.d.ts
diff --git a/integrations/react-next-16/.gitignore b/integrations/react-next-16/.gitignore
index 8f322f0d8f..b988ee9758 100644
--- a/integrations/react-next-16/.gitignore
+++ b/integrations/react-next-16/.gitignore
@@ -32,4 +32,3 @@ yarn-error.log*
# typescript
*.tsbuildinfo
-next-env.d.ts