diff options
Diffstat (limited to 'bee.json')
-rw-r--r-- | bee.json | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/bee.json b/bee.json deleted file mode 100644 index 15820ab9f2..0000000000 --- a/bee.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "version": 0, - "gopm": { - "enable": false, - "install": false - }, - "go_install": true, - "watch_ext": [], - "dir_structure": { - "watch_all": true, - "controllers": "routers", - "models": "", - "others": [ - "modules", - "$GOPATH/src/github.com/gogits/logs", - "$GOPATH/src/github.com/gogits/git" - ] - }, - "cmd_args": [ - "web" - ], - "envs": [] -} |