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:
Joel Spadin
2025-12-13 17:37:14 -06:00
committed by GitHub
parent fed2cf69da
commit c0990410da

1
.gitignore vendored
View File

@@ -1,6 +1,7 @@
/.west /.west
/bootloader /bootloader
/modules /modules
/optional
/tools /tools
/zephyr /zephyr
/zmk-config /zmk-config