From 51f1aaba55643c314a19dd2c3c9969908f8fe3d7 Mon Sep 17 00:00:00 2001 From: chengww Date: Sun, 17 May 2026 19:48:58 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=BF=BD=E7=95=A5=20*.tsbuildinfo=20?= =?UTF-8?q?=E7=BC=96=E8=AF=91=E7=BC=93=E5=AD=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 1edb4af..9f812f4 100644 --- a/.gitignore +++ b/.gitignore @@ -46,5 +46,8 @@ AGENTS.md .auto-imports.d.ts .components.d.ts +# TypeScript 增量编译缓存 +*.tsbuildinfo + src/renderer/auto-imports.d.ts src/renderer/components.d.ts