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/

View file

@ -1 +0,0 @@
{"root":["./src/App.tsx","./src/ipc.ts","./src/main.tsx","./src/components/Notifications.tsx","./src/components/Palette.tsx","./src/components/XtermPane.tsx","./src/lib/layout/LeafPane.tsx","./src/lib/layout/Pane.tsx","./src/lib/layout/SplitNode.tsx","./src/lib/layout/orchestration.tsx","./src/lib/layout/tree.test.ts","./src/lib/layout/tree.ts"],"version":"5.9.3"}

View file

@ -1 +0,0 @@
{"root":["./vite.config.ts"],"version":"5.9.3"}