Add VS Code settings
This commit is contained in:
parent
db2ebbed9c
commit
5fe68aef81
1 changed files with 8 additions and 0 deletions
8
.vscode/settings.json
vendored
Normal file
8
.vscode/settings.json
vendored
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"files.exclude": {
|
||||
"apps/": true
|
||||
},
|
||||
"files.watcherExclude": {
|
||||
"apps/": true
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue