bee/bee.json

17 lines
234 B
JSON
Raw Normal View History

{
"go_install": false,
"dir_structure":{
"controllers": "",
"models": "",
"others": []
2013-09-03 17:23:58 +00:00
},
"bale": {
"import": "github.com/astaxie/bee/bale",
"dirs": [
"views", "static", "conf"
],
"ignore_ext": [
".go"
]
}
}