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.

42 lines
672 B

  1. core:
  2. - quantum/**/*
  3. - tmk_core/**/*
  4. - drivers/**/*
  5. - tests/**/*
  6. - util/**/*
  7. - platforms/**/*
  8. - Makefile
  9. - '*.mk'
  10. dependencies:
  11. - any:
  12. - 'lib/**/*'
  13. - '!lib/python/**/*'
  14. keyboard:
  15. - any:
  16. - 'keyboards/**/*'
  17. - '!keyboards/**/keymaps/**/*'
  18. keymap:
  19. - users/**/*
  20. - layouts/**/*
  21. - keyboards/**/keymaps/**/*
  22. via:
  23. - keyboards/**/keymaps/via/*
  24. cli:
  25. - bin/qmk
  26. - requirements.txt
  27. - lib/python/**/*
  28. python:
  29. - '**/*.py'
  30. documentation:
  31. - docs/**/*
  32. translation:
  33. - docs/fr-fr/**/*
  34. - docs/es/**/*
  35. - docs/ja/**/*
  36. - docs/he-il/**/*
  37. - docs/pt-br/**/*
  38. - docs/zh-cn/**/*
  39. - docs/de/**/*
  40. - docs/ru-ru/**/*
  41. CI:
  42. - .github/**/*