From a556e72426eacb18a159e501d1d1ec00708b8cf7 Mon Sep 17 00:00:00 2001 From: Neil Date: Sat, 12 Sep 2026 19:48:51 -0700 Subject: [PATCH] chore: ignore the vendored addon's node-gyp bin output too node-gyp also emits bin/-/ beside build/; both are per-host generated output that must never be committed. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index fe15065a9e7..52479fe20e7 100644 --- a/.gitignore +++ b/.gitignore @@ -30,6 +30,7 @@ release/ native/**/.build/ # node-gyp output for the vendored Windows registry addon; generated per host and ABI. native/windows-registry/build/ +native/windows-registry/bin/ # pnpm .pnpm-store/