2014-02-12 12:49:46 -05:00
|
|
|
{
|
|
|
|
"version": 0,
|
|
|
|
"gopm": {
|
|
|
|
"enable": false,
|
|
|
|
"install": false
|
|
|
|
},
|
|
|
|
"go_install": true,
|
|
|
|
"watch_ext": [],
|
|
|
|
"dir_structure": {
|
2014-02-17 18:38:50 -05:00
|
|
|
"watch_all": true,
|
2014-02-12 12:49:46 -05:00
|
|
|
"controllers": "routers",
|
|
|
|
"models": "",
|
2014-02-17 18:38:50 -05:00
|
|
|
"others": [
|
2014-03-07 17:22:15 -05:00
|
|
|
"modules",
|
2014-03-16 23:43:22 -04:00
|
|
|
"$GOPATH/src/github.com/gogits/binding",
|
2014-03-23 04:40:51 -04:00
|
|
|
"$GOPATH/src/github.com/gogits/git",
|
|
|
|
"$GOPATH/src/github.com/gogits/gfm"
|
2014-02-17 18:38:50 -05:00
|
|
|
]
|
2014-02-12 12:49:46 -05:00
|
|
|
},
|
2014-02-19 13:04:31 -05:00
|
|
|
"cmd_args": [
|
|
|
|
"web"
|
|
|
|
],
|
2014-02-12 12:49:46 -05:00
|
|
|
"envs": []
|
|
|
|
}
|