chore: untrack committed tsconfig.tsbuildinfo build artifacts

TypeScript incremental build state was checked in for apps/cms and
apps/web-next; it churns on every build and carries no source value.
Remove from tracking and ignore *.tsbuildinfo repo-wide.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-07-10 17:39:17 +02:00
parent c551b33bfb
commit ce9f8becce
3 changed files with 5 additions and 2 deletions

3
.gitignore vendored
View File

@@ -10,6 +10,9 @@ node_modules
# Turbo
.turbo
# TypeScript incremental build state
*.tsbuildinfo
# Build outputs
dist
build