Gitignore *.tsbuildinfo (tsc -b incremental cache)

These caches got committed in 6b12ec8 — they're regenerated on every
build and shouldn't be tracked.
This commit is contained in:
megaproxy 2026-05-22 18:35:31 +01:00
parent 6b12ec877b
commit 0535cfc388
3 changed files with 2 additions and 3 deletions

3
.gitignore vendored
View file

@ -1,8 +1,9 @@
# Node
# Node / build
node_modules/
dist/
.svelte-kit/
.pnpm-store/
*.tsbuildinfo
# Rust / Tauri
src-tauri/target/