add workspace
This commit is contained in:
parent
6bd7ac0786
commit
0449cc254a
21
.vscode/settings.json
vendored
21
.vscode/settings.json
vendored
@ -1,5 +1,20 @@
|
|||||||
{
|
{
|
||||||
"[*.inc]": {
|
"files.exclude": {
|
||||||
"editor.defaultFormatter": "foxundermoon.shell-format"
|
"**/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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
8
armbian-build.code-workspace
Normal file
8
armbian-build.code-workspace
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"folders": [
|
||||||
|
{
|
||||||
|
"path": "."
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"settings": {}
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user