blob: 91d53791aa2b95c956f05da29e391c6713782739 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
{
// Configure glob patterns for excluding files and folders.
"files.exclude": {
".vscode": true,
"**/_book": true,
"**/.git": true
},
// Search
// Configure glob patterns for excluding files and folders in searches. Inherits all glob patterns from the files.exclude setting.
"search.exclude": {
}
}
|