tweak: add *.tsbuildinfo to .gitignore to prevent stale incremental cache

This commit is contained in:
2026-07-02 17:34:36 +08:00
parent a4ca6b2ef9
commit 2010751684
5 changed files with 56 additions and 0 deletions

3
.gitignore vendored
View File

@@ -5,6 +5,9 @@ node_modules/
dist/
build/
# TypeScript 增量编译缓存
*.tsbuildinfo
# 环境变量(包含密码等敏感信息)
.env
.env.local