From ea30fe3224ebb0845ef932840dec2762f6003835 Mon Sep 17 00:00:00 2001 From: Valentyne Stigloher Date: Sun, 24 Aug 2025 22:23:16 +0200 Subject: [PATCH] (ts) add tsconfig.tsbuildinfo to .gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 817ec200c..5e8acaf49 100644 --- a/.gitignore +++ b/.gitignore @@ -74,6 +74,9 @@ jspm_packages/ # TypeScript v1 declaration files typings/ +# TypeScript buildinfo +tsconfig.tsbuildinfo + # Optional npm cache directory .npm