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.

file-filters.yml 210B

123456789101112131415
  1. docs: &docs
  2. - "**/*.md"
  3. - "docs/**"
  4. backend: &backend
  5. - "**/*.go"
  6. - "**/*.tmpl"
  7. - "go.mod"
  8. - "go.sum"
  9. frontend: &frontend
  10. - "**/*.js"
  11. - "web_src/**"
  12. - "package.json"
  13. - "package-lock.json"