Skip to content

Commit 582aa29

Browse files
authored
stop shipping build-only dependencies (microsoft#162172)
1 parent 2428297 commit 582aa29

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

build/.moduleignore

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
# cleanup rules for node modules, .gitignore style
22

3-
# native node modules
4-
53
nan/**
6-
*/node_modules/nan/**
4+
**/node_modules/nan/**
5+
node-gyp/**
6+
**/node_modules/node-gyp/**
7+
node-gyp-build/**
8+
**/node_modules/node-gyp-build/**
9+
node-addon-api/**
10+
**/node_modules/node-addon-api/**
711

812
fsevents/binding.gyp
913
fsevents/fsevents.cc

0 commit comments

Comments
 (0)