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