OurBigBook logoOurBigBook Docs OurBigBook logoOurBigBook.comSite Source code
ourbigbook.code-workspace
{
	"folders": [
		{
			"path": "."
		},
		{
			"path": "../ourbigbook-private-data"
		}
	],
	"settings": {
		"cSpell.words": [
            "Asciidoctor",
            "exercized",
            "featureful",
            "Ourbigbook",
            "Pandoc",
            "Transpiles"
        ],
        "files.exclude": {
            "**/.git/**": true,
            "**/_out/**": true,
            "**/.next/**": true
        },
        "files.watcherExclude": {
            "**/.git/**": true,
            "**/_out/**": true,
            "**/.next/**": true
        },
        "search.exclude": {
            "**/.git/**": true,
            "**/_out/**": true,
            "**/.next/**": true
        },
        "editor.detectIndentation": false,
	}
}