ourbigbook.code-workspace
{
"folders": [
{
"path": "."
},
{
"path": "../ourbigbook-private-data"
}
],
"settings": {
"cSpell.words": [
"Ourbigbook"
],
"files.watcherExclude": {
"**/.git/**": true,
"_out/**": true
}
}
}