diff options
Diffstat (limited to '.fswatch.json')
-rw-r--r-- | .fswatch.json | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/.fswatch.json b/.fswatch.json deleted file mode 100644 index 7b12022c12..0000000000 --- a/.fswatch.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "paths": ["."], - "depth": 2, - "exclude": [], - "include": ["\\.go$", "\\.ini$"], - "command": [ - "bash", "-c", "go build && ./gogs web" - ], - "env": { - "POWERED_BY": "github.com/shxsun/fswatch" - } -} |