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