13 lines
297 B
JSON
13 lines
297 B
JSON
|
{
|
||
|
"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
|
||
|
}
|
||
|
}
|