The .gitignore file was modified to remove the zmk-config directory from the ignored list. This change lets us monitor the directory's modifications, enhancing the management of
10 lines
95 B
Text
10 lines
95 B
Text
/.west
|
|
/bootloader
|
|
/modules
|
|
/tools
|
|
/zephyr
|
|
/build
|
|
*.DS_Store
|
|
__pycache__
|
|
.python-version
|
|
.venv
|