chore: ignore the vendored addon's node-gyp bin output too

node-gyp also emits bin/<platform>-<abi>/ beside build/; both are per-host
generated output that must never be committed.
This commit is contained in:
Neil
2026-09-12 19:48:51 -07:00
parent 2aeb55b714
commit a556e72426
+1
View File
@@ -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/