Let's find out if next-env.d.ts is ignorable (#45765)

This commit is contained in:
Kevin Heis 2023-11-13 09:06:00 -08:00 коммит произвёл GitHub
Родитель a8281feee1
Коммит 9756214dd3
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 1 добавлений и 5 удалений

1
.gitignore поставляемый
Просмотреть файл

@ -16,6 +16,7 @@ coverage/
/translations/
.node-version
.linkinator/full.log
next-env.d.ts
# blc: broken link checker
blc_output.log

5
next-env.d.ts поставляемый
Просмотреть файл

@ -1,5 +0,0 @@
/// <reference types="next" />
/// <reference types="next/image-types/global" />
// NOTE: This file should not be edited
// see https://nextjs.org/docs/basic-features/typescript for more information.