diff options
author | skyblue <ssx205@gmail.com> | 2014-04-07 00:19:59 +0800 |
---|---|---|
committer | skyblue <ssx205@gmail.com> | 2014-04-07 00:19:59 +0800 |
commit | 583f11f27cb6d5d04a5198c6d4514a4da3cae92a (patch) | |
tree | aeb8d782408518d0de34fec34f60521653b2da36 /.fswatch.json | |
parent | 7a4c6c22ce1e79d0f0c97ab9c5deae73020bd11c (diff) | |
download | gitea-583f11f27cb6d5d04a5198c6d4514a4da3cae92a.tar.gz gitea-583f11f27cb6d5d04a5198c6d4514a4da3cae92a.zip |
better looks on github
Diffstat (limited to '.fswatch.json')
-rw-r--r-- | .fswatch.json | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/.fswatch.json b/.fswatch.json index f84e30356c..81243ebc3f 100644 --- a/.fswatch.json +++ b/.fswatch.json @@ -1,22 +1,20 @@ { - "paths": [ - "." - ], + "paths": ["."], "depth": 2, "exclude": [ - "^gogs$", + "^gogs$", "~$", "\\.swp$", "\\.exe$", - "\\.swx$", - ".*\\.log$" + "\\.swx$", + ".*\\.log$" ], - "include": [], + "include": ["\\.go$"], "command": [ "bash", "-c", "go build && ./gogs web" ], "env": { - "PROGRAM": "fswatch" + "POWERED_BY": "github.com/shxsun/fswatch" }, "enable-restart": false } |