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,
|
2025-03-28 18:53:20 +05:30
|
|
|
"**/*tsconfig.json": true,
|
2025-01-30 12:44:04 +05:30
|
|
|
".cache": true,
|
|
|
|
|
"retool.config.json": true
|
|
|
|
|
}
|
2025-01-24 11:50:50 +05:30
|
|
|
}
|