diff options
author | Joel Spadin <joelspadin@gmail.com> | 2020-10-10 23:14:38 +0000 |
---|---|---|
committer | Joel Spadin <joelspadin@gmail.com> | 2020-10-10 23:14:38 +0000 |
commit | 425ea441c4d691fa444601fcda1afb3259b833fa (patch) | |
tree | e0ced76030806bd89f031d16b143dec585544265 /.gitignore | |
parent | d38740cebf3be17a7d55fc51f5f06752182f96d8 (diff) |
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.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,5 +3,6 @@ /modules /tools /zephyr +/zmk-config /build *.DS_Store |