improvement(vscode): ignore code workspaces

Ignore workspaces so you can create them to customize
settings and include extra folders such as a zmk config.
This commit is contained in:
Joel Spadin 2020-10-03 14:18:54 -05:00
parent c8289135b7
commit f0f9b38686

1
.gitignore vendored
View file

@ -5,6 +5,7 @@
/zephyr
/zmk-config
/build
*.code-workspace
*.DS_Store
__pycache__