Skip to content

Commit

Permalink
Automatically merged TODO updates by imdone.io [ci skip] [imdone skip]
Browse files Browse the repository at this point in the history
TODO updates by @imdone
  • Loading branch information
RMBLRX committed Jan 7, 2018
2 parents 740bb13 + bcc494c commit 16ce6c2
Showing 1 changed file with 62 additions and 57 deletions.
119 changes: 62 additions & 57 deletions .imdone/config.json
Original file line number Diff line number Diff line change
@@ -1,58 +1,63 @@
{
"exclude": [
"^(node_modules|bower_components|\\.imdone|target|build|dist|logs|flow-typed)[\\/\\\\]?|\\.(git|svn|hg|npmignore)|\\~$|\\.(jpg|png|gif|swp|ttf|otf)$"
],
"watcher": true,
"keepEmptyPriority": false,
"code": {
"include_lists": [
"TODO",
"DOING",
"DONE",
"PLANNING",
"FIXME",
"ARCHIVE",
"HACK",
"CHANGED",
"XXX",
"IDEA",
"NOTE",
"REVIEW",
"TODO",
"DONE",
"DOING",
"IDEA",
"NOTE"
]
},
"lists": [
{
"name": "TODO",
"hidden": false
},
{
"name": "DONE",
"hidden": false
},
{
"name": "DOING",
"hidden": false
},
{
"name": "IDEA",
"hidden": false
},
{
"name": "NOTE",
"hidden": false
}
],
"marked": {
"gfm": true,
"tables": true,
"breaks": false,
"pedantic": false,
"smartLists": true,
"langPrefix": "language-"
}
{
"exclude": [
"^(node_modules|bower_components|\\.imdone|target|build|dist|logs|flow-typed)[\\/\\\\]?|\\.(git|svn|hg|npmignore)|\\~$|\\.(jpg|png|gif|swp|ttf|otf)$"
],
"watcher": true,
"keepEmptyPriority": false,
"code": {
"include_lists": [
"TODO",
"DOING",
"DONE",
"PLANNING",
"FIXME",
"ARCHIVE",
"HACK",
"CHANGED",
"XXX",
"IDEA",
"NOTE",
"REVIEW",
"TODO",
"DONE",
"DOING",
"IDEA",
"NOTE"
]
},
"lists": [
{
"name": "TODO",
"hidden": false
},
{
"name": "DONE",
"hidden": false
},
{
"name": "DOING",
"hidden": false
},
{
"name": "IDEA",
"hidden": false
},
{
"name": "NOTE",
"hidden": false
}
],
"marked": {
"gfm": true,
"tables": true,
"breaks": false,
"pedantic": false,
"smartLists": true,
"langPrefix": "language-"
},
"sync": {
"id": "5a5291e775f64b50c593e35a",
"name": "rapidExpedition/theExpeditionarium",
"useImdoneioForPriority": true
}
}

0 comments on commit 16ce6c2

Please sign in to comment.