Commit graph

11 commits

Author SHA1 Message Date
Luke Karrys
864a979930
feat!: use .npmignore file to limit which files are published (#2921)
* feat!: use package.json files to limit which files are published

Fixes: #2372

* Use npmignore instead of package.json#files

* Add update-gyp.py to npmignore

* Add install to pack test

* Use output var for pack dir

* Move existing .gitignore entries to .npmignore

* Sort git and npm ignores

* Update and cleanup workflows
2023-10-28 16:07:44 -07:00
Cheng Zhao
f2ad87ff65 chore: refactor the creation of config.gypi file 2021-09-10 15:22:01 +10:00
Rod Vagg
a52c6eb9e8
test: migrate from tape to tap
PR-URL: https://github.com/nodejs/node-gyp/pull/1795
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
2019-06-25 11:26:08 +10:00
Refael Ackermann
d3478d7b0b
meta: add to .gitignore
PR-URL: https://github.com/nodejs/node-gyp/pull/1573
Reviewed-By: Rod Vagg <rod@vagg.org>
2019-06-21 13:09:27 +10:00
Rod Vagg
9720d0373c remove node_modules from tree
PR-URL: https://github.com/nodejs/node-gyp/pull/711
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
2015-09-08 10:01:22 +10:00
Rod Vagg
938dd18d1c refactor for clarity, fix dist-url, add env var dist-url functionality
PR-URL: https://github.com/nodejs/node-gyp/pull/711
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
2015-09-08 10:01:07 +10:00
Rod Vagg
9e9df66a06 use process.release, make aware of io.js & node v4 differences
PR-URL: https://github.com/nodejs/node-gyp/pull/711
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
2015-09-08 09:59:31 +10:00
Kevin Sawicki
408d6b86ac Remove and ignore gyp/test 2013-06-24 13:53:09 -07:00
Nathan Rajlich
80cf32e4f1 Add a .gitignore file. 2012-02-27 14:40:19 -08:00
Nathan Rajlich
24bde139e1 Commit node_modules.
For @billywhizz :)

And cause it's just an all around good idea for command-line apps.
2012-02-10 23:44:09 -08:00
Nathan Rajlich
ccc8d434c5 Initial commit. 2012-02-02 21:51:32 -08:00