From f0f9b386864317601acfbf05a80991d00abf787a Mon Sep 17 00:00:00 2001 From: Joel Spadin Date: Sat, 3 Oct 2020 14:18:54 -0500 Subject: [PATCH] improvement(vscode): ignore code workspaces Ignore workspaces so you can create them to customize settings and include extra folders such as a zmk config. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 9f9d1134..f2d0016f 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ /zephyr /zmk-config /build +*.code-workspace *.DS_Store __pycache__