summaryrefslogtreecommitdiffstats
path: root/.fswatch.json
diff options
context:
space:
mode:
authorskyblue <ssx205@gmail.com>2014-04-07 00:19:59 +0800
committerskyblue <ssx205@gmail.com>2014-04-07 00:19:59 +0800
commit583f11f27cb6d5d04a5198c6d4514a4da3cae92a (patch)
treeaeb8d782408518d0de34fec34f60521653b2da36 /.fswatch.json
parent7a4c6c22ce1e79d0f0c97ab9c5deae73020bd11c (diff)
downloadgitea-583f11f27cb6d5d04a5198c6d4514a4da3cae92a.tar.gz
gitea-583f11f27cb6d5d04a5198c6d4514a4da3cae92a.zip
better looks on github
Diffstat (limited to '.fswatch.json')
-rw-r--r--.fswatch.json14
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
}