18 lines
328 B
JSON
18 lines
328 B
JSON
{
|
|
"files.exclude": {
|
|
"**/.git": true,
|
|
"**/.svn": true,
|
|
"**/.hg": true,
|
|
"**/CVS": true,
|
|
"**/.DS_Store": true,
|
|
"**/node_modules": true
|
|
},
|
|
"search.exclude": {
|
|
"**/.git": true,
|
|
"**/node_modules": true,
|
|
"**/bower_components": true,
|
|
"**/tmp": true
|
|
},
|
|
"explorerExclude.backup": null
|
|
}
|