From 64f38962582687f36f3d297fba7c5b84e4a904ba Mon Sep 17 00:00:00 2001 From: zyachel Date: Sat, 12 Nov 2022 15:11:35 +0530 Subject: [PATCH] style: remove whitespace from .gitignore was causing typescript decralation file to be indexed by git --- next-env.d.ts | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 next-env.d.ts diff --git a/next-env.d.ts b/next-env.d.ts deleted file mode 100644 index 4f11a03..0000000 --- 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.