diff options
author | Unknwon <joe2010xtmf@163.com> | 2014-09-22 11:04:46 -0400 |
---|---|---|
committer | Unknwon <joe2010xtmf@163.com> | 2014-09-22 11:04:46 -0400 |
commit | 196efecaaabca797832e62287732a77f02b6b594 (patch) | |
tree | 6c2bc4717c19137cd7f55e3054948ca54e85ffc6 /.fswatch.json | |
parent | 01e69af2c8ff2738dca6377742c862546fad8239 (diff) | |
download | gitea-196efecaaabca797832e62287732a77f02b6b594.tar.gz gitea-196efecaaabca797832e62287732a77f02b6b594.zip |
Fix #491
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" - } -} |