diff options
author | Joel Spadin <[email protected]> | 2020-10-10 23:14:38 +0000 |
---|---|---|
committer | Joel Spadin <[email protected]> | 2020-10-10 23:14:38 +0000 |
commit | 425ea441c4d691fa444601fcda1afb3259b833fa (patch) | |
tree | e0ced76030806bd89f031d16b143dec585544265 | |
parent | d38740cebf3be17a7d55fc51f5f06752182f96d8 (diff) | |
download | zmk-425ea441c4d691fa444601fcda1afb3259b833fa.tar.gz zmk-425ea441c4d691fa444601fcda1afb3259b833fa.zip |
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.
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 40e0536cf7..8a06510d7b 100644 --- a/.gitignore +++ b/.gitignore @@ -3,5 +3,6 @@ /modules /tools /zephyr +/zmk-config /build *.DS_Store |