mirror of https://github.com/beego/bee.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
357 B
25 lines
357 B
{ |
|
"version": 0, |
|
"gopm": { |
|
"enable": false, |
|
"install": false |
|
}, |
|
"go_install": false, |
|
"watch_ext": [], |
|
"dir_structure": { |
|
"controllers": "", |
|
"models": "", |
|
"others": [] |
|
}, |
|
"cmd_args": [], |
|
"envs": [], |
|
"bale": { |
|
"import": "github.com/beego/beeweb/bale", |
|
"dirs": [ |
|
"views", "static" |
|
], |
|
"ignore_ext": [ |
|
".go", ".DS_Store" |
|
] |
|
} |
|
} |