discord-bot-rss-feed/.vscode/settings.json

8 lines
86 B
JSON
Raw Normal View History

2017-09-01 17:51:05 +03:00
{
"files.exclude": {
"log": true,
2017-09-14 14:45:59 +03:00
"token.json": true,
"_config.yml": true
2017-09-01 17:51:05 +03:00
}
}