| 123456789101112131415161718 |
- core:
- - quantum/**/*
- - tmk_core/**/*
- - drivers/**/*
- - tests/**/*
- - util/**/*
- keymap:
- - users/**/*
- - layouts/**/*
- - keyboards/**/keymap/**/*
- cli:
- - bin/qmk
- - requirements.txt
- - lib/python/**/*
- python:
- - '**/*.py'
- documentation:
- - docs/**/*
|