Skip to content

chore: ignore *.tsbuildinfo - #359

Merged
gregberge merged 1 commit into
mainfrom
chore/ignore-tsbuildinfo
Aug 8, 2026
Merged

chore: ignore *.tsbuildinfo#359
gregberge merged 1 commit into
mainfrom
chore/ignore-tsbuildinfo

Conversation

@gregberge

Copy link
Copy Markdown
Member

Running npx tsc --noEmit at the repo root writes tsconfig.tsbuildinfo, which was not covered by .gitignore and therefore showed up as an untracked file that could be committed by accident.

Adds *.tsbuildinfo next to the dist/ entry. The pattern is unanchored, so it also covers per-package build info files (e.g. packages/*/tsconfig.tsbuildinfo).

git ls-files | grep tsbuildinfo returns nothing — no such file is currently tracked, so no index cleanup was needed.

🤖 Generated with Claude Code

Running `npx tsc --noEmit` at the repo root writes `tsconfig.tsbuildinfo`,
which showed up as an untracked file and could be committed by accident.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
@vercel

vercel Bot commented Aug 8, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
argos-js-sdk-reference Ready Ready Preview Aug 8, 2026 9:13pm

Request Review

@gregberge
gregberge merged commit 7936f1d into main Aug 8, 2026
58 of 59 checks passed
@gregberge
gregberge deleted the chore/ignore-tsbuildinfo branch August 8, 2026 21:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant