We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e0650c commit 157687aCopy full SHA for 157687a
1 file changed
.npmignore
@@ -9,7 +9,20 @@ Makefile.win32
9
/doc
10
/examples
11
/test
12
-/build
+/build/Release/oracledb.node
13
+/build/oracledb.target.mk
14
+/build/Release/.deps
15
+/build/Release/obj
16
+*.exp
17
+*.lib
18
+*.map
19
+*.pdb
20
+*.sln
21
+/build/oracledb.vcxproj
22
+/build/oracledb.vcxproj.filters
23
+/build/Release/obj.target
24
+/build/binding.Makefile
25
+/build/gyp-mac-tool
26
/node_modules
27
/oracle_private
28
/package/Staging
0 commit comments