chore: ignore TypeScript build info files

Remove tsbuildinfo files from version control and add to .gitignore.
These are incremental compilation cache files that should be generated locally.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
test
2026-03-08 15:08:54 +08:00
parent 6df16898da
commit f412e0e72c
3 changed files with 4 additions and 3 deletions

3
.gitignore vendored
View File

@@ -38,3 +38,6 @@ logs
# nul
nul
# TypeScript incremental compilation cache
*.tsbuildinfo

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long