stop shipping build-only dependencies (#162172)

This commit is contained in:
João Moreno 2022-09-28 06:20:58 -07:00 committed by GitHub
parent 2428297798
commit 582aa29f85
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,9 +1,13 @@
# cleanup rules for node modules, .gitignore style
# native node modules
nan/**
*/node_modules/nan/**
**/node_modules/nan/**
node-gyp/**
**/node_modules/node-gyp/**
node-gyp-build/**
**/node_modules/node-gyp-build/**
node-addon-api/**
**/node_modules/node-addon-api/**
fsevents/binding.gyp
fsevents/fsevents.cc