您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

.fswatch.json 237B

123456789101112
  1. {
  2. "paths": ["."],
  3. "depth": 2,
  4. "exclude": [],
  5. "include": ["\\.go$", "\\.ini$"],
  6. "command": [
  7. "bash", "-c", "go build && ./gogs web"
  8. ],
  9. "env": {
  10. "POWERED_BY": "github.com/shxsun/fswatch"
  11. }
  12. }