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.
pull/32325/head
silverwind 2 months ago committed by GitHub
parent 513da407f4
commit 5c980f6bb3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      .gitignore

2
.gitignore vendored

@ -28,7 +28,7 @@ _testmain.go
*.exe *.exe
*.test *.test
*.prof *.prof
*.tsbuildInfo *.tsbuildinfo
*coverage.out *coverage.out
coverage.all coverage.all

Loading…
Cancel
Save