amtkstat/.vscode/settings.json

8 lines
139 B
JSON
Raw Permalink Normal View History

2024-09-09 03:12:35 -04:00
{
"files.exclude": {
"**/*.rpyc": true,
"**/*.rpa": true,
"**/*.rpymc": true,
"**/cache/": true
}
}