Files

14 lines
334 B
JSON
Raw Permalink Normal View History

2025-01-30 12:44:04 +05:30
{
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"**/Thumbs.db": true,
"**/.retool_types/**": true,
"**/*tsconfig.json": true,
".cache": true,
"retool.config.json": true
}
2025-01-24 11:50:50 +05:30
}