1
0
mirror of https://github.com/beego/bee.git synced 2025-07-09 09:50:19 +00:00
Files
bee/bee.json
2013-09-11 18:41:36 -04:00

18 lines
258 B
JSON

{
"go_install": false,
"watch_ext": [],
"dir_structure":{
"controllers": "",
"models": "",
"others": []
},
"bale": {
"import": "github.com/beego/beeweb/bale",
"dirs": [
"views", "static"
],
"ignore_ext": [
".go", ".DS_Store"
]
}
}