1
0
mirror of https://github.com/google/nomulus synced 2026-01-03 11:45:39 +00:00
Files
nomulus/vnames.json
2021-04-15 08:15:31 -04:00

26 lines
447 B
JSON

[
{
"pattern": "([^/]+/build/)(.*)",
"vname": {
"corpus": "github.com/google/nomulus",
"path": "@2@",
"root": "external"
}
},
{
"pattern": ".*/.gradle/caches/(.*)",
"vname": {
"corpus": "github.com/google/nomulus",
"path": "@1@",
"root": ".gradle/caches"
}
},
{
"pattern": "(.*)",
"vname": {
"corpus": "github.com/google/nomulus",
"path": "@1@"
}
}
]