Skip to content

Commit 8575c9d

Browse files
committed
Fix case of .tsbuildinfo in .gitignore
The docs at https://www.typescriptlang.org/tsconfig/#tsBuildInfoFile were inconsitent, but I'm positive now that the file name is all-lowercase.
1 parent b32f0cd commit 8575c9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
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)