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
11 lines
96 B
Text
11 lines
96 B
Text
/.west
|
|
/bootloader
|
|
/modules
|
|
/tools
|
|
/zephyr
|
|
/build
|
|
*.DS_Store
|
|
__pycache__
|
|
.python-version
|
|
.venv
|
|
|