20 lines
459 B
JSON
20 lines
459 B
JSON
{
|
|
"files.exclude": {
|
|
"**/node_modules": true,
|
|
"**/.git": true,
|
|
"**/.DS_Store": true,
|
|
"**/*.meta": true,
|
|
"library/": true,
|
|
"local/": true,
|
|
"temp/": true
|
|
},
|
|
"search.exclude": {
|
|
"**/node_modules": true,
|
|
"**/bower_components": true,
|
|
"build/": true,
|
|
"temp/": true,
|
|
"library/": true,
|
|
"**/*.anim": true,
|
|
"config/boards/*": true
|
|
}
|
|
} |