mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-02-21 07:29:37 +01:00
17 lines
253 B
JSON
17 lines
253 B
JSON
{
|
|
"verbose": false,
|
|
"ext": "ts,json,js",
|
|
"ignore": [
|
|
"*.test.js",
|
|
"*.spec.js",
|
|
"website/*",
|
|
"test/*",
|
|
"assets/*",
|
|
"docker-examples/*",
|
|
"packages/plugins/ui-theme/*",
|
|
"scripts/*",
|
|
"systemd/*",
|
|
"docs/*"
|
|
]
|
|
}
|