amtkstat/.vscode/settings.json
2024-09-09 03:12:35 -04:00

8 lines
No EOL
139 B
JSON

{
"files.exclude": {
"**/*.rpyc": true,
"**/*.rpa": true,
"**/*.rpymc": true,
"**/cache/": true
}
}