bee/bee.json

22 lines
307 B
JSON
Raw Normal View History

{
2013-11-03 22:16:15 -05:00
"version": 0,
"gopm": {
"enable": false
},
"go_install": false,
2013-09-04 11:23:51 -04:00
"watch_ext": [],
2013-11-03 22:16:15 -05:00
"dir_structure": {
"controllers": "",
"models": "",
"others": []
2013-09-03 13:23:58 -04:00
},
"bale": {
2013-09-03 20:04:32 -04:00
"import": "github.com/beego/beeweb/bale",
2013-09-03 13:23:58 -04:00
"dirs": [
2013-09-03 20:14:57 -04:00
"views", "static"
2013-09-03 13:23:58 -04:00
],
"ignore_ext": [
2013-09-03 20:04:32 -04:00
".go", ".DS_Store"
2013-09-03 13:23:58 -04:00
]
}
}