Skip to content

Commit bc0b50d

Browse files
authored
feat: ignore incremental TS compilation build info (#30362)
1 parent da1f8ad commit bc0b50d

File tree

1 file changed

+3
-0
lines changed
  • packages/create-next-app/templates/typescript

1 file changed

+3
-0
lines changed

packages/create-next-app/templates/typescript/gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,6 @@ yarn-error.log*
3232

3333
# vercel
3434
.vercel
35+
36+
# typescript
37+
*.tsbuildinfo

0 commit comments

Comments
 (0)