mirror of
https://github.com/electron/node-gyp.git
synced 2025-08-15 12:58:19 +02:00

* 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
15 lines
168 B
Text
15 lines
168 B
Text
.ncu
|
|
.nyc_output
|
|
*.swp
|
|
/.github/
|
|
/docs/
|
|
/gyp/.github/
|
|
/gyp/*.md
|
|
/gyp/AUTHORS
|
|
/gyp/test
|
|
/gyp/tools/
|
|
/node-gyp-*.tgz
|
|
/test/
|
|
/test/.node-gyp
|
|
/update-gyp.py
|
|
node-gyp-*.tgz
|