armbian-build/.vscode/settings.json
2023-08-08 10:50:40 +08:00

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
}
}