aboutsummaryrefslogtreecommitdiffstats
path: root/.fswatch.json
blob: 81243ebc3f97e73cea036b27b9184db1330c11e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
    "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
}