1
1
mirror of https://github.com/go-gitea/gitea synced 2024-07-04 00:55:48 +00:00
gitea/.fswatch.json

21 lines
369 B
JSON
Raw Normal View History

2014-04-06 15:12:19 +00:00
{
2014-04-06 16:19:59 +00:00
"paths": ["."],
2014-04-06 15:12:19 +00:00
"depth": 2,
"exclude": [
2014-04-06 16:19:59 +00:00
"^gogs$",
2014-04-06 15:12:19 +00:00
"~$",
"\\.swp$",
"\\.exe$",
2014-04-06 16:19:59 +00:00
"\\.swx$",
".*\\.log$"
2014-04-06 15:12:19 +00:00
],
2014-04-06 16:19:59 +00:00
"include": ["\\.go$"],
2014-04-06 15:12:19 +00:00
"command": [
"bash", "-c", "go build && ./gogs web"
],
"env": {
2014-04-06 16:19:59 +00:00
"POWERED_BY": "github.com/shxsun/fswatch"
2014-04-06 15:12:19 +00:00
},
"enable-restart": false
}