Skip to content

Commit 4e0650c

Browse files
committed
Re-enable compilation from GitHub tags
1 parent 9defb27 commit 4e0650c

File tree

1 file changed

+9
-20
lines changed

1 file changed

+9
-20
lines changed

.npmignore

+9-20
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,22 @@
11
.github
22
.nycrc
33
.gitmodules
4-
.npmignore
54
INSTALL.md
65
CONTRIBUTING.md
76
Makefile
8-
binding.gyp
7+
Makefile.win32
98
*.tgz
109
/doc
1110
/examples
1211
/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
12+
/build
2713
/node_modules
2814
/oracle_private
29-
/package/buildbinary.js
30-
/package/buildpackage.js
3115
/package/Staging
32-
/odpi
33-
/src
16+
/odpi/doc
17+
/odpi/samples
18+
/odpi/embed
19+
/odpi/test
20+
/odpi/.git
21+
/odpi/.github
22+
/odpi/.gitattributes

0 commit comments

Comments
 (0)