gitignore native Rust build outputs (*.node, target/)
This commit is contained in:
parent
9d739dfa5d
commit
e07204c782
1 changed files with 4 additions and 0 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -74,6 +74,10 @@ docs/coherence-audit/
|
|||
.sf/
|
||||
.sf/
|
||||
|
||||
# ── Native Rust build outputs ──
|
||||
native/addon/*.node
|
||||
native/target/
|
||||
|
||||
# ── Stale lock files (npm is canonical) ──
|
||||
pnpm-lock.yaml
|
||||
bun.lock
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue