Skip to content

Commit 6f8ea73

Browse files
committed
Demonstrating Native Addons with C/C++
1 parent ce8e08a commit 6f8ea73

21 files changed

+2522
-659
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,13 @@
22
/dist
33
.env*
44
!.env.example
5+
# nix
56
/result*
67
/builds
8+
# node-gyp
9+
/build
10+
# prebuildify
11+
/prebuilds
712

813
# Logs
914
logs

0 commit comments

Comments
 (0)