PineappleInterview/.vscode/settings.json

8 lines
139 B
JSON
Raw Permalink Normal View History

2024-08-28 17:01:13 +08:00
{
"files.exclude": {
"**/*.rpyc": true,
"**/*.rpa": true,
"**/*.rpymc": true,
"**/cache/": true
}
}