Skip to content

Commit 29bb869

Browse files
antonisclaude
andcommitted
build: Ignore TypeScript *.tsbuildinfo build cache
tsc --build emits incremental-build cache files (e.g. packages/core/plugin/tsconfig.tsbuildinfo) that were untracked but not ignored, so they could be committed by accident. Add a *.tsbuildinfo ignore rule. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 2d592d8 commit 29bb869

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,9 @@ node_modules.bak
9191
# API Extractor temp files
9292
/packages/core/temp/
9393

94+
# TypeScript incremental build cache
95+
*.tsbuildinfo
96+
9497
# Sentry React Native Monorepo
9598
/packages/core/README.md
9699
.env.sentry-build-plugin

0 commit comments

Comments
 (0)