summaryrefslogtreecommitdiffstats
path: root/.fswatch.json
diff options
context:
space:
mode:
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
}