mirror of
https://github.com/go-gitea/gitea
synced 2024-11-05 01:34:25 +00:00
21 lines
369 B
JSON
21 lines
369 B
JSON
{
|
|
"paths": ["."],
|
|
"depth": 2,
|
|
"exclude": [
|
|
"^gogs$",
|
|
"~$",
|
|
"\\.swp$",
|
|
"\\.exe$",
|
|
"\\.swx$",
|
|
".*\\.log$"
|
|
],
|
|
"include": ["\\.go$"],
|
|
"command": [
|
|
"bash", "-c", "go build && ./gogs web"
|
|
],
|
|
"env": {
|
|
"POWERED_BY": "github.com/shxsun/fswatch"
|
|
},
|
|
"enable-restart": false
|
|
}
|