Commit f64f306 1 parent 0bd5486 commit f64f306 Copy full SHA for f64f306
File tree 1 file changed +9
-39
lines changed
1 file changed +9
-39
lines changed Original file line number Diff line number Diff line change 46
46
"id" : " npm" ,
47
47
"description" : " Ignore the npm CLI" ,
48
48
"os" : null ,
49
- "cmds" : [
50
- " **/node" ,
51
- " **/nodejs" ,
52
- " **/ts-node" ,
53
- " **/ts-node-*"
54
- ],
49
+ "cmds" : [],
55
50
"args" : [{ "args" : [" */npm-cli.js" ], "position" : 1 }],
56
51
"envars" : null
57
52
},
58
53
{
59
54
"id" : " npm_symlink" ,
60
- "description" : " Ignore the npm CLI" ,
55
+ "description" : " Ignore the npm CLI (symlink) " ,
61
56
"os" : null ,
62
- "cmds" : [
63
- " **/node" ,
64
- " **/nodejs" ,
65
- " **/ts-node" ,
66
- " **/ts-node-*"
67
- ],
57
+ "cmds" : [],
68
58
"args" : [{ "args" : [" */npm" ], "position" : 1 }],
69
59
"envars" : null
70
60
},
71
61
{
72
62
"id" : " yarn" ,
73
63
"description" : " Ignore the yarn CLI" ,
74
64
"os" : null ,
75
- "cmds" : [
76
- " **/node" ,
77
- " **/nodejs" ,
78
- " **/ts-node" ,
79
- " **/ts-node-*"
80
- ],
65
+ "cmds" : [],
81
66
"args" : [{ "args" : [" */yarn.js" ], "position" : 1 }],
82
67
"envars" : null
83
68
},
84
69
{
85
70
"id" : " yarn_symlink" ,
86
- "description" : " Ignore the yarn CLI" ,
71
+ "description" : " Ignore the yarn CLI (symlink) " ,
87
72
"os" : null ,
88
- "cmds" : [
89
- " **/node" ,
90
- " **/nodejs" ,
91
- " **/ts-node" ,
92
- " **/ts-node-*"
93
- ],
73
+ "cmds" : [],
94
74
"args" : [{ "args" : [" */yarn" ], "position" : 1 }],
95
75
"envars" : null
96
76
},
97
77
{
98
78
"id" : " pnpm" ,
99
79
"description" : " Ignore the pnpm CLI" ,
100
80
"os" : null ,
101
- "cmds" : [
102
- " **/node" ,
103
- " **/nodejs" ,
104
- " **/ts-node" ,
105
- " **/ts-node-*"
106
- ],
81
+ "cmds" : [],
107
82
"args" : [{ "args" : [" */pnpm.cjs" ], "position" : 1 }],
108
83
"envars" : null
109
84
},
110
85
{
111
86
"id" : " pnpm_symlink" ,
112
- "description" : " Ignore the pnpm CLI" ,
87
+ "description" : " Ignore the pnpm CLI (symlink) " ,
113
88
"os" : null ,
114
- "cmds" : [
115
- " **/node" ,
116
- " **/nodejs" ,
117
- " **/ts-node" ,
118
- " **/ts-node-*"
119
- ],
89
+ "cmds" : [],
120
90
"args" : [{ "args" : [" */pnpm" ], "position" : 1 }],
121
91
"envars" : null
122
92
}
You can’t perform that action at this time.
0 commit comments