Remove imadone
This commit is contained in:
parent
2be4f7abc5
commit
f26bbb303d
|
@ -1,57 +0,0 @@
|
|||
{
|
||||
"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
|
||||
}
|
|
@ -1,19 +0,0 @@
|
|||
{
|
||||
"HELP": [
|
||||
8,
|
||||
1,
|
||||
3,
|
||||
5,
|
||||
7,
|
||||
9
|
||||
],
|
||||
"DONE": [],
|
||||
"FIXME": [
|
||||
0
|
||||
],
|
||||
"TODO": [
|
||||
2,
|
||||
4,
|
||||
6
|
||||
]
|
||||
}
|
Loading…
Reference in a new issue