0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-16 21:56:25 -05:00
verdaccio/.vscode/settings.json
Juan Picado @jotadeveloper 5a93589caa
chore: update gitignore
allow vscode files to be shared
2018-03-17 11:53:10 +01:00

9 lines
No EOL
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
}
}