bee/bee.json

18 lines
258 B
JSON
Raw Normal View History

{
"go_install": false,
2013-09-04 15:23:51 +00:00
"watch_ext": [],
"dir_structure":{
"controllers": "",
"models": "",
"others": []
2013-09-03 17:23:58 +00:00
},
"bale": {
2013-09-04 00:04:32 +00:00
"import": "github.com/beego/beeweb/bale",
2013-09-03 17:23:58 +00:00
"dirs": [
2013-09-04 00:14:57 +00:00
"views", "static"
2013-09-03 17:23:58 +00:00
],
"ignore_ext": [
2013-09-04 00:04:32 +00:00
".go", ".DS_Store"
2013-09-03 17:23:58 +00:00
]
}
}