aboutsummaryrefslogtreecommitdiff
path: root/.fswatch.json
diff options
context:
space:
mode:
authorMichael Boke <michael@mbict.nl>2014-10-03 22:51:07 +0200
committerMichael Boke <michael@mbict.nl>2014-10-03 22:51:07 +0200
commitba1270df2d3d835b397317f133963e7b517242f1 (patch)
tree1265a142a1fd9951d30ae11648e7fbfb5806e594 /.fswatch.json
parentba0feadc34400cb91ff23f66096884d862651cdd (diff)
parent405ee14711ab946bd709ec28a526890c40cbc03b (diff)
Merge remote-tracking branch 'upstream/master'
Conflicts: conf/app.ini
Diffstat (limited to '.fswatch.json')
-rw-r--r--.fswatch.json12
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"
- }
-}