1
0
mirror of https://github.com/beego/bee.git synced 2025-06-19 01:40:40 +00:00

Added bee bale

This commit is contained in:
Unknown
2013-09-03 20:04:32 -04:00
parent e606b0045d
commit b78161eae6
2 changed files with 172 additions and 6 deletions

View File

@ -6,12 +6,12 @@
"others": []
},
"bale": {
"import": "github.com/astaxie/bee/bale",
"import": "github.com/beego/beeweb/bale",
"dirs": [
"views", "static", "conf"
],
"ignore_ext": [
".go"
".go", ".DS_Store"
]
}
}