gitignore next-env.d.ts
This commit is contained in:
parent
5bf6d5d5ed
commit
5bd904bc74
3 changed files with 1 additions and 10 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -4,6 +4,7 @@ node_modules/
|
|||
# Next.js
|
||||
.next/
|
||||
out/
|
||||
next-env.d.ts
|
||||
|
||||
# macOS
|
||||
.DS_Store
|
||||
|
|
5
apps/auth/next-env.d.ts
vendored
5
apps/auth/next-env.d.ts
vendored
|
@ -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.
|
5
apps/photos/next-env.d.ts
vendored
5
apps/photos/next-env.d.ts
vendored
|
@ -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.
|
Loading…
Add table
Reference in a new issue