summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorJoel Spadin <joelspadin@gmail.com>2020-10-10 23:14:38 +0000
committerJoel Spadin <joelspadin@gmail.com>2020-10-10 23:14:38 +0000
commit425ea441c4d691fa444601fcda1afb3259b833fa (patch)
treee0ced76030806bd89f031d16b143dec585544265 /.gitignore
parentd38740cebf3be17a7d55fc51f5f06752182f96d8 (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--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 40e0536..8a06510 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,5 +3,6 @@
/modules
/tools
/zephyr
+/zmk-config
/build
*.DS_Store