chore: add *.tsbuildinfo to .gitignore and untrack build artifacts

Agent-Logs-Url: https://github.com/evdboom/Bindery/sessions/2439ec18-e459-4a05-afbc-4539182ec924

Co-authored-by: evdboom <18037882+evdboom@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot] 2026-05-12 21:56:08 +00:00 committed by GitHub
parent 33bacfb8f6
commit c048b2b672
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 2 deletions

3
.gitignore vendored
View file

@ -9,6 +9,9 @@ bindery-merge/out/
obsidian-plugin/out/
mcp-rust/target/
# TypeScript build info
*.tsbuildinfo
# Packaged extensions
*.vsix
*.mcpb

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long