Skip to content

Commit 5c980f6

Browse files
authored
Fix case of .tsbuildinfo in .gitignore (#32737)
The docs at https://www.typescriptlang.org/tsconfig/#tsBuildInfoFile are inconsistent, but I'm positive now that the file name is all-lowercase.
1 parent 513da40 commit 5c980f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ _testmain.go
2828
*.exe
2929
*.test
3030
*.prof
31-
*.tsbuildInfo
31+
*.tsbuildinfo
3232

3333
*coverage.out
3434
coverage.all

0 commit comments

Comments
 (0)