From bf15a609a6fe8793285166d1096f7154c20959f8 Mon Sep 17 00:00:00 2001 From: bavodaniels Date: Tue, 23 Jan 2024 14:34:35 +0100 Subject: [PATCH] Update .gitignore to track zmk-config The .gitignore file was modified to remove the zmk-config directory from the ignored list. This change lets us monitor the directory's modifications, enhancing the management of --- .gitignore | 1 - zmk-config | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) create mode 160000 zmk-config diff --git a/.gitignore b/.gitignore index 4ddd0852..2af3d1e6 100644 --- a/.gitignore +++ b/.gitignore @@ -3,7 +3,6 @@ /modules /tools /zephyr -/zmk-config /build *.DS_Store __pycache__ diff --git a/zmk-config b/zmk-config new file mode 160000 index 00000000..ab3f0def --- /dev/null +++ b/zmk-config @@ -0,0 +1 @@ +Subproject commit ab3f0defa1b37c2d1394727b6bb882c71850913d