diff options
author | Unknown <joe2010xtmf@163.com> | 2014-02-12 12:49:46 -0500 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-02-12 12:49:46 -0500 |
commit | 4836fea8767c38f175f59f8f66579e76fe6354f5 (patch) | |
tree | e50dd7b420e4d6ed0c109021bb76777ffe4daeb6 /bee.json | |
parent | 38422805dcb9d783eeb6c0706bbf2e116b656844 (diff) | |
download | gitea-4836fea8767c38f175f59f8f66579e76fe6354f5.tar.gz gitea-4836fea8767c38f175f59f8f66579e76fe6354f5.zip |
Init commit
Diffstat (limited to 'bee.json')
-rw-r--r-- | bee.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/bee.json b/bee.json new file mode 100644 index 0000000000..7930694052 --- /dev/null +++ b/bee.json @@ -0,0 +1,16 @@ +{ + "version": 0, + "gopm": { + "enable": false, + "install": false + }, + "go_install": true, + "watch_ext": [], + "dir_structure": { + "controllers": "routers", + "models": "", + "others": [] + }, + "cmd_args": [], + "envs": [] +}
\ No newline at end of file |