parent
7a4c6c22ce
commit
583f11f27c
@ -1,22 +1,20 @@ |
|||||||
{ |
{ |
||||||
"paths": [ |
"paths": ["."], |
||||||
"." |
|
||||||
], |
|
||||||
"depth": 2, |
"depth": 2, |
||||||
"exclude": [ |
"exclude": [ |
||||||
"^gogs$", |
"^gogs$", |
||||||
"~$", |
"~$", |
||||||
"\\.swp$", |
"\\.swp$", |
||||||
"\\.exe$", |
"\\.exe$", |
||||||
"\\.swx$", |
"\\.swx$", |
||||||
".*\\.log$" |
".*\\.log$" |
||||||
], |
], |
||||||
"include": [], |
"include": ["\\.go$"], |
||||||
"command": [ |
"command": [ |
||||||
"bash", "-c", "go build && ./gogs web" |
"bash", "-c", "go build && ./gogs web" |
||||||
], |
], |
||||||
"env": { |
"env": { |
||||||
"PROGRAM": "fswatch" |
"POWERED_BY": "github.com/shxsun/fswatch" |
||||||
}, |
}, |
||||||
"enable-restart": false |
"enable-restart": false |
||||||
} |
} |
||||||
|
Loading…
Reference in new issue