From 5c980f6bb3adc9d1bebcc1c71ae2056bd70bd5af Mon Sep 17 00:00:00 2001 From: silverwind Date: Sat, 7 Dec 2024 00:09:36 +0100 Subject: [PATCH] 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. --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 55644b17b5..86e6e4fefd 100644 --- a/.gitignore +++ b/.gitignore @@ -28,7 +28,7 @@ _testmain.go *.exe *.test *.prof -*.tsbuildInfo +*.tsbuildinfo *coverage.out coverage.all