1
0
mirror of https://github.com/beego/bee.git synced 2025-07-03 10:10:18 +00:00
Files
bee/bee.json
2013-09-11 18:35:24 -04:00

19 lines
282 B
JSON

{
"watch_imports": true,
"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"
]
}
}