Skip to content

Commit

Permalink
Merge branch 'the-road-to-decentralization-pt-1' of github.com:rapidE…
Browse files Browse the repository at this point in the history
…xpedition/theExpeditionarium into the-road-to-decentralization-pt-1
  • Loading branch information
RMBLRX committed Jan 26, 2018
2 parents ec578a7 + 16ce6c2 commit 550a0b9
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 550a0b9

Please sign in to comment.