You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.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. }