platform/packages/framework/.vscode/settings.json

6 lines
141 B
JSON
Raw Normal View History

2017-04-01 01:00:24 +00:00
// Place your settings in this file to overwrite default and user settings.
{
2021-04-10 11:23:57 +00:00
"files.watcherExclude": {
"**/target": true
}
2017-04-01 01:00:24 +00:00
}