From f4c9a932a6aa078230815a63ebcc439d3168cb4d Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Mon, 6 Dec 2021 14:38:14 -0500 Subject: [PATCH] Ignore the tsconfig.tsbuildinfo file (#23359) Part of #1317 --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 0b517c93623b..510858060fe1 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,7 @@ coverage/ /data/early-access .next .eslintcache +*.tsbuildinfo # blc: broken link checker blc_output.log