Skip to content

Commit 7bb780f

Browse files
authored
[code-infra] gitignore next-env.d.ts (#47167)
1 parent 035815b commit 7bb780f

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
!.vscode/launch.json
99
!.vscode/extensions.json
1010
*.log
11-
*.tsbuildinfo
1211
/.eslintcache
1312
/.nyc_output
1413
/coverage
@@ -46,3 +45,7 @@ docs/public/static/blog/feed/*
4645
.nx/workspace-data
4746
screenshots
4847
packed
48+
49+
# typescript
50+
*.tsbuildinfo
51+
next-env.d.ts

docs/next-env.d.ts

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)