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.
This commit is contained in:
+1
-1
@@ -28,7 +28,7 @@ _testmain.go
|
|||||||
*.exe
|
*.exe
|
||||||
*.test
|
*.test
|
||||||
*.prof
|
*.prof
|
||||||
*.tsbuildInfo
|
*.tsbuildinfo
|
||||||
|
|
||||||
*coverage.out
|
*coverage.out
|
||||||
coverage.all
|
coverage.all
|
||||||
|
|||||||
Reference in New Issue
Block a user