From 9756214dd336332b4d95f9d29a41e29b73be25d4 Mon Sep 17 00:00:00 2001 From: Kevin Heis Date: Mon, 13 Nov 2023 09:06:00 -0800 Subject: [PATCH] Let's find out if next-env.d.ts is ignorable (#45765) --- .gitignore | 1 + next-env.d.ts | 5 ----- 2 files changed, 1 insertion(+), 5 deletions(-) delete mode 100644 next-env.d.ts diff --git a/.gitignore b/.gitignore index 9f881f4b70..23aa32b2c6 100644 --- a/.gitignore +++ b/.gitignore @@ -16,6 +16,7 @@ coverage/ /translations/ .node-version .linkinator/full.log +next-env.d.ts # blc: broken link checker blc_output.log diff --git a/next-env.d.ts b/next-env.d.ts deleted file mode 100644 index 4f11a03dc6..0000000000 --- a/next-env.d.ts +++ /dev/null @@ -1,5 +0,0 @@ -/// -/// - -// NOTE: This file should not be edited -// see https://nextjs.org/docs/basic-features/typescript for more information.