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:
parent
d38740cebf
commit
425ea441c4
1 changed files with 1 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -3,5 +3,6 @@
|
||||||
/modules
|
/modules
|
||||||
/tools
|
/tools
|
||||||
/zephyr
|
/zephyr
|
||||||
|
/zmk-config
|
||||||
/build
|
/build
|
||||||
*.DS_Store
|
*.DS_Store
|
||||||
|
|
Loading…
Reference in a new issue