build: ignore TypeScript incremental build artifacts

This commit is contained in:
claude_code
2026-06-21 02:48:46 +03:00
parent 81823fce1e
commit 20b9f61c3e

3
.gitignore vendored
View File

@@ -42,3 +42,6 @@ lerna-debug.log*
.nx/installation .nx/installation
.nx/cache .nx/cache
.claude/worktrees/ .claude/worktrees/
# TypeScript incremental build artifacts
*.tsbuildinfo