mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 05:22:23 +00:00
Change Yarn PnP regex to include all .pnp.* files
This commit is contained in:
parent
a6f32e054c
commit
05907fe7ec
@ -74,7 +74,7 @@ var GeneratedCodeNameMatchers = []GeneratedCodeNameMatcher{
|
|||||||
nameEndsWith("package-lock.json"),
|
nameEndsWith("package-lock.json"),
|
||||||
|
|
||||||
// Yarn plugnplay
|
// Yarn plugnplay
|
||||||
nameMatches(`(^|\/)\.pnp\.(c|m)?js$`),
|
nameMatches(`(^|\/)\.pnp\..*$`),
|
||||||
|
|
||||||
// Godeps
|
// Godeps
|
||||||
nameContains("Godeps/"),
|
nameContains("Godeps/"),
|
||||||
|
Loading…
Reference in New Issue
Block a user