We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9defb27 commit 4e0650cCopy full SHA for 4e0650c
.npmignore
@@ -1,33 +1,22 @@
1
.github
2
.nycrc
3
.gitmodules
4
-.npmignore
5
INSTALL.md
6
CONTRIBUTING.md
7
Makefile
8
-binding.gyp
+Makefile.win32
9
*.tgz
10
/doc
11
/examples
12
/test
13
-/build/Release/oracledb.node
14
-/build/oracledb.target.mk
15
-/build/Release/.deps
16
-/build/Release/obj
17
-*.exp
18
-*.lib
19
-*.map
20
-*.pdb
21
-*.sln
22
-/build/oracledb.vcxproj
23
-/build/oracledb.vcxproj.filters
24
-/build/Release/obj.target
25
-/build/binding.Makefile
26
-/build/gyp-mac-tool
+/build
27
/node_modules
28
/oracle_private
29
-/package/buildbinary.js
30
-/package/buildpackage.js
31
/package/Staging
32
-/odpi
33
-/src
+/odpi/doc
+/odpi/samples
+/odpi/embed
+/odpi/test
+/odpi/.git
+/odpi/.github
+/odpi/.gitattributes
0 commit comments