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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

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