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/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue