Skip to content

Commit fecfcf4

Browse files
committed
1 parent 8905037 commit fecfcf4

File tree

314 files changed

+58331
-221
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

314 files changed

+58331
-221
lines changed

node_modules/.gitignore

Lines changed: 29 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,30 @@
2929
!/@npmcli/query
3030
!/@npmcli/redact
3131
!/@npmcli/run-script
32+
!/@npmcli/run-script/node_modules/
33+
/@npmcli/run-script/node_modules/*
34+
!/@npmcli/run-script/node_modules/@npmcli/
35+
/@npmcli/run-script/node_modules/@npmcli/*
36+
!/@npmcli/run-script/node_modules/@npmcli/agent
37+
!/@npmcli/run-script/node_modules/@npmcli/fs
38+
!/@npmcli/run-script/node_modules/abbrev
39+
!/@npmcli/run-script/node_modules/cacache
40+
!/@npmcli/run-script/node_modules/isexe
41+
!/@npmcli/run-script/node_modules/make-fetch-happen
42+
!/@npmcli/run-script/node_modules/make-fetch-happen/node_modules/
43+
/@npmcli/run-script/node_modules/make-fetch-happen/node_modules/*
44+
!/@npmcli/run-script/node_modules/make-fetch-happen/node_modules/proc-log
45+
!/@npmcli/run-script/node_modules/minipass-fetch
46+
!/@npmcli/run-script/node_modules/node-gyp
47+
!/@npmcli/run-script/node_modules/node-gyp/node_modules/
48+
/@npmcli/run-script/node_modules/node-gyp/node_modules/*
49+
!/@npmcli/run-script/node_modules/node-gyp/node_modules/proc-log
50+
!/@npmcli/run-script/node_modules/node-gyp/node_modules/which
51+
!/@npmcli/run-script/node_modules/nopt
52+
!/@npmcli/run-script/node_modules/p-map
53+
!/@npmcli/run-script/node_modules/ssri
54+
!/@npmcli/run-script/node_modules/unique-filename
55+
!/@npmcli/run-script/node_modules/unique-slug
3256
!/@pkgjs/
3357
/@pkgjs/*
3458
!/@pkgjs/parseargs
@@ -149,22 +173,11 @@
149173
!/node-gyp
150174
!/node-gyp/node_modules/
151175
/node-gyp/node_modules/*
152-
!/node-gyp/node_modules/@npmcli/
153-
/node-gyp/node_modules/@npmcli/*
154-
!/node-gyp/node_modules/@npmcli/agent
155-
!/node-gyp/node_modules/@npmcli/fs
156-
!/node-gyp/node_modules/abbrev
157-
!/node-gyp/node_modules/cacache
158-
!/node-gyp/node_modules/isexe
159-
!/node-gyp/node_modules/make-fetch-happen
160-
!/node-gyp/node_modules/minipass-fetch
161-
!/node-gyp/node_modules/nopt
162-
!/node-gyp/node_modules/p-map
163-
!/node-gyp/node_modules/proc-log
164-
!/node-gyp/node_modules/ssri
165-
!/node-gyp/node_modules/unique-filename
166-
!/node-gyp/node_modules/unique-slug
167-
!/node-gyp/node_modules/which
176+
!/node-gyp/node_modules/chownr
177+
!/node-gyp/node_modules/minizlib
178+
!/node-gyp/node_modules/mkdirp
179+
!/node-gyp/node_modules/tar
180+
!/node-gyp/node_modules/yallist
168181
!/nopt
169182
!/nopt/node_modules/
170183
/nopt/node_modules/*

0 commit comments

Comments
 (0)