gitignore next-env.d.ts

This commit is contained in:
Manav Rathi 2024-02-20 11:08:51 +05:30
parent 5bf6d5d5ed
commit 5bd904bc74
3 changed files with 1 additions and 10 deletions

1
.gitignore vendored
View file

@ -4,6 +4,7 @@ node_modules/
# Next.js
.next/
out/
next-env.d.ts
# macOS
.DS_Store

View file

@ -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.

View file

@ -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.