From 425ea441c4d691fa444601fcda1afb3259b833fa Mon Sep 17 00:00:00 2001 From: Joel Spadin Date: Sat, 10 Oct 2020 23:14:38 +0000 Subject: [PATCH] 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. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 40e0536c..8a06510d 100644 --- a/.gitignore +++ b/.gitignore @@ -3,5 +3,6 @@ /modules /tools /zephyr +/zmk-config /build *.DS_Store