Skip to content

Commit ea12627

Browse files
committed
deps: minimatch@7.4.2
1 parent ec3e020 commit ea12627

File tree

135 files changed

+1266
-8120
lines changed

Some content is hidden

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

135 files changed

+1266
-8120
lines changed

node_modules/.gitignore

+3-9
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@
2121
!/@npmcli/git
2222
!/@npmcli/installed-package-contents
2323
!/@npmcli/map-workspaces
24-
!/@npmcli/map-workspaces/node_modules/
25-
/@npmcli/map-workspaces/node_modules/*
26-
!/@npmcli/map-workspaces/node_modules/minimatch
2724
!/@npmcli/metavuln-calculator
2825
!/@npmcli/move-file
2926
!/@npmcli/name-from-folder
@@ -41,6 +38,9 @@
4138
!/@tufjs/
4239
/@tufjs/*
4340
!/@tufjs/models
41+
!/@tufjs/models/node_modules/
42+
/@tufjs/models/node_modules/*
43+
!/@tufjs/models/node_modules/minimatch
4444
!/abbrev
4545
!/abort-controller
4646
!/agent-base
@@ -96,9 +96,6 @@
9696
!/function-bind
9797
!/gauge
9898
!/glob
99-
!/glob/node_modules/
100-
/glob/node_modules/*
101-
!/glob/node_modules/minimatch
10299
!/graceful-fs
103100
!/has-flag
104101
!/has-unicode
@@ -111,9 +108,6 @@
111108
!/iconv-lite
112109
!/ieee754
113110
!/ignore-walk
114-
!/ignore-walk/node_modules/
115-
/ignore-walk/node_modules/*
116-
!/ignore-walk/node_modules/minimatch
117111
!/imurmurhash
118112
!/indent-string
119113
!/infer-owner

0 commit comments

Comments
 (0)