Newsbot.Collector/.vscode/settings.json

6 lines
79 B
JSON
Raw Normal View History

2023-02-14 17:51:22 -08:00
{
"files.exclude": {
"**/obj": true,
"**/bin": true
}
}