mirror of
https://github.com/stablyai/orca.git
synced 2026-09-26 16:02:43 +00:00
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:
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user