14 lines
296 B
JSON
14 lines
296 B
JSON
{
|
|
"typescript.preferences.autoImportFileExcludePatterns": ["repos/**"],
|
|
"javascript.preferences.autoImportFileExcludePatterns": ["repos/**"],
|
|
"files.exclude": {
|
|
"repos/**": true
|
|
},
|
|
"files.watcherExclude": {
|
|
"repos/**": true
|
|
},
|
|
"search.exclude": {
|
|
"repos/**": true
|
|
}
|
|
}
|