mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-03-19 20:45:18 -05:00
fix: allow nested zmk-config for dev container
VS Code can't share two folders with a Docker container at the same time, so to build with -DZMK_CONFIG the zmk-config repo needs to be a subfolder of the zmk repo. Added zmk-config to .gitignore to allow this.
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -3,5 +3,6 @@
|
||||
/modules
|
||||
/tools
|
||||
/zephyr
|
||||
/zmk-config
|
||||
/build
|
||||
*.DS_Store
|
||||
|
||||
Reference in New Issue
Block a user