mirror of https://github.com/zmkfirmware/zmk.git
fix: Add "optional" folder to .gitignore (#3141)
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.
This commit is contained in:
parent
fed2cf69da
commit
c0990410da
|
|
@ -1,6 +1,7 @@
|
||||||
/.west
|
/.west
|
||||||
/bootloader
|
/bootloader
|
||||||
/modules
|
/modules
|
||||||
|
/optional
|
||||||
/tools
|
/tools
|
||||||
/zephyr
|
/zephyr
|
||||||
/zmk-config
|
/zmk-config
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue