57 lines
1 KiB
JSON
57 lines
1 KiB
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",
|
|
"HELP"
|
|
]
|
|
},
|
|
"lists": [
|
|
{
|
|
"name": "HELP",
|
|
"hidden": false
|
|
},
|
|
{
|
|
"hidden": false,
|
|
"name": "DONE"
|
|
},
|
|
{
|
|
"name": "FIXME",
|
|
"hidden": false
|
|
},
|
|
{
|
|
"name": "TODO",
|
|
"hidden": false
|
|
}
|
|
],
|
|
"marked": {
|
|
"gfm": true,
|
|
"tables": true,
|
|
"breaks": false,
|
|
"pedantic": false,
|
|
"smartLists": true,
|
|
"langPrefix": "language-"
|
|
},
|
|
"sync": {
|
|
"id": "5bf43c6528fa8f7a8bf2736d",
|
|
"name": "MaikKlein/ash",
|
|
"useImdoneioForPriority": true
|
|
},
|
|
"noHelp": true
|
|
} |