Skip to content

Commit

Permalink
[examples] Remove next-env.d.ts from Next.js examples
Browse files Browse the repository at this point in the history
`next-env.d.ts` should not be committed and should be ignored by version
control [1].

[1]: https://nextjs.org/docs/basic-features/typescript#existing-projects

Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
  • Loading branch information
Juneezee committed Jan 9, 2023
1 parent a276eb2 commit 960fd4f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 12 deletions.
3 changes: 2 additions & 1 deletion examples/nextjs-with-typescript-v4-migration/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,5 @@ yarn-error.log*
.vercel

# typescript
*.tsbuildinfo
*.tsbuildinfo
next-env.d.ts
5 changes: 0 additions & 5 deletions examples/nextjs-with-typescript-v4-migration/next-env.d.ts

This file was deleted.

3 changes: 2 additions & 1 deletion examples/nextjs-with-typescript/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,5 @@ yarn-error.log*
.vercel

# typescript
*.tsbuildinfo
*.tsbuildinfo
next-env.d.ts
5 changes: 0 additions & 5 deletions examples/nextjs-with-typescript/next-env.d.ts

This file was deleted.

0 comments on commit 960fd4f

Please sign in to comment.