gitignore native Rust build outputs (*.node, target/)

This commit is contained in:
ace-pm 2026-04-15 18:36:37 +02:00
parent 9d739dfa5d
commit e07204c782

4
.gitignore vendored
View file

@ -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