Dwinzo_beta/.vscode/settings.json

13 lines
297 B
JSON
Raw Normal View History

2025-03-20 04:46:11 +00:00
{
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/.DS_Store": true,
"**/Thumbs.db": true,
"**/.retool_types/**": true,
"**/*tsconfig.json": true,
".cache": true,
"retool.config.json": true
}
}