mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-02-17 03:19:36 +01:00
9 lines
191 B
JSON
9 lines
191 B
JSON
![]() |
// Place your settings in this file to overwrite default and user settings.
|
||
|
{
|
||
|
"files.exclude": {
|
||
|
"**/.idea": false,
|
||
|
"**/.nyc_output": true,
|
||
|
"**/build": true,
|
||
|
"**/coverage": true
|
||
|
}
|
||
|
}
|