diff options
author | Michael Boke <michael@mbict.nl> | 2014-10-03 22:51:07 +0200 |
---|---|---|
committer | Michael Boke <michael@mbict.nl> | 2014-10-03 22:51:07 +0200 |
commit | ba1270df2d3d835b397317f133963e7b517242f1 (patch) | |
tree | 1265a142a1fd9951d30ae11648e7fbfb5806e594 /.fswatch.json | |
parent | ba0feadc34400cb91ff23f66096884d862651cdd (diff) | |
parent | 405ee14711ab946bd709ec28a526890c40cbc03b (diff) |
Merge remote-tracking branch 'upstream/master'
Conflicts:
conf/app.ini
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 7b12022c..00000000 --- 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" - } -} |