summaryrefslogtreecommitdiffstats
path: root/.fswatch.json
diff options
context:
space:
mode:
authorskyblue <ssx205@gmail.com>2014-04-09 00:26:12 +0800
committerskyblue <ssx205@gmail.com>2014-04-09 00:26:12 +0800
commitd4565483e67dfd17f723114d5849b2ce6895c077 (patch)
treeef81132a3560ce7b64bb6928ce237c42324b4bf5 /.fswatch.json
parent22feddf804c7fbf3418cbbc8e7302da271da4e5a (diff)
downloadgitea-d4565483e67dfd17f723114d5849b2ce6895c077.tar.gz
gitea-d4565483e67dfd17f723114d5849b2ce6895c077.zip
add id for oauth2
Diffstat (limited to '.fswatch.json')
-rw-r--r--.fswatch.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/.fswatch.json b/.fswatch.json
index 90a6e4eae7..4ef36ce478 100644
--- a/.fswatch.json
+++ b/.fswatch.json
@@ -2,12 +2,12 @@
"paths": ["."],
"depth": 2,
"exclude": [],
- "include": ["\\.go$"],
+ "include": ["\\.go$", "\\.ini$"],
"command": [
"bash", "-c", "go build && ./gogs web"
],
"env": {
"POWERED_BY": "github.com/shxsun/fswatch"
},
- "enable-restart": true
+ "enable-restart": false
}