Stop tracking the TypeScript build cache.

tsconfig.tsbuildinfo is a generated incremental-build cache; ignore it
and drop it from version control.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
keyhan
2026-06-12 11:27:23 +03:30
parent d31d93f6b8
commit 81a22cb8fd
2 changed files with 1 additions and 1 deletions
+1
View File
@@ -4,6 +4,7 @@ node_modules/
# Build outputs # Build outputs
dist/ dist/
.next/ .next/
*.tsbuildinfo
# Environment # Environment
.env .env
File diff suppressed because one or more lines are too long