mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-03-19 20:45:18 -05:00
Zephyr now has some modules that get placed under /optional/modules instead of /modules. Added that to .gitignore so Git doesn't try to treat those like Git modules.
20 lines
158 B
Plaintext
20 lines
158 B
Plaintext
/.west
|
|
/bootloader
|
|
/modules
|
|
/optional
|
|
/tools
|
|
/zephyr
|
|
/zmk-config
|
|
/build
|
|
|
|
# macOS
|
|
*.DS_Store
|
|
|
|
# Python
|
|
__pycache__
|
|
.python-version
|
|
.venv
|
|
|
|
# clangd
|
|
app/.cache/
|