Update .gitignore to track zmk-config
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
This commit is contained in:
parent
19613128b9
commit
bf15a609a6
2 changed files with 1 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -3,7 +3,6 @@
|
|||
/modules
|
||||
/tools
|
||||
/zephyr
|
||||
/zmk-config
|
||||
/build
|
||||
*.DS_Store
|
||||
__pycache__
|
||||
|
|
1
zmk-config
Submodule
1
zmk-config
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit ab3f0defa1b37c2d1394727b6bb882c71850913d
|
Loading…
Add table
Reference in a new issue