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:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -37,4 +37,7 @@ logs
|
||||
!config.template.yaml
|
||||
|
||||
# nul
|
||||
nul
|
||||
nul
|
||||
|
||||
# TypeScript incremental compilation cache
|
||||
*.tsbuildinfo
|
||||
Reference in New Issue
Block a user