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.

41 lines
660 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. - requirements.txt
  26. - lib/python/**/*
  27. python:
  28. - '**/*.py'
  29. documentation:
  30. - docs/**/*
  31. translation:
  32. - docs/fr-fr/**/*
  33. - docs/es/**/*
  34. - docs/ja/**/*
  35. - docs/he-il/**/*
  36. - docs/pt-br/**/*
  37. - docs/zh-cn/**/*
  38. - docs/de/**/*
  39. - docs/ru-ru/**/*
  40. CI:
  41. - .github/**/*