From 583f11f27cb6d5d04a5198c6d4514a4da3cae92a Mon Sep 17 00:00:00 2001 From: skyblue Date: Mon, 7 Apr 2014 00:19:59 +0800 Subject: [PATCH] better looks on github --- .fswatch.json | 14 ++++++-------- 1 file 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 }