From e07204c7821558af1c296bb87279cd72ef325b00 Mon Sep 17 00:00:00 2001 From: ace-pm Date: Wed, 15 Apr 2026 18:36:37 +0200 Subject: [PATCH] gitignore native Rust build outputs (*.node, target/) --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 24ed8b5cd..246e35693 100644 --- a/.gitignore +++ b/.gitignore @@ -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