.imdone/config.json
{
"exclude": [
"^(node_modules|bower_components|\\.imdone|target|build|dist|logs|flow-typed|imdone-export.json)[\\/\\\\]?|\\.(git|svn|hg|npmignore)|\\~$|\\.(jpg|png|gif|swp|ttf|otf)$"
],
"watcher": true,
"keepEmptyPriority": true,
"code": {
"include_lists": [
"TODO",
"DOING",
"DONE",
"PLANNING",
"FIXME",
"ARCHIVE",
"HACK",
"CHANGED",
"XXX",
"IDEA",
"NOTE",
"REVIEW",
"MARK"
]
},
"lists": [
{
"name": "TODO",
"hidden": false
}
],
"marked": {
"gfm": true,
"tables": true,
"breaks": false,
"pedantic": false,
"smartLists": true,
"langPrefix": "language-"
},
"sync": {
"id": "5b0d6571d0739b519aea7fe3",
"name": "bahmutov/lazy-ass",
"useImdoneioForPriority": true
}
}