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:
parent
6b12ec877b
commit
0535cfc388
3 changed files with 2 additions and 3 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -1,8 +1,9 @@
|
|||
# Node
|
||||
# Node / build
|
||||
node_modules/
|
||||
dist/
|
||||
.svelte-kit/
|
||||
.pnpm-store/
|
||||
*.tsbuildinfo
|
||||
|
||||
# Rust / Tauri
|
||||
src-tauri/target/
|
||||
|
|
|
|||
|
|
@ -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"}
|
||||
|
|
@ -1 +0,0 @@
|
|||
{"root":["./vite.config.ts"],"version":"5.9.3"}
|
||||
Loading…
Add table
Add a link
Reference in a new issue