diff --git a/.gitignore b/.gitignore index 93c801d9..9f9d1134 100644 --- a/.gitignore +++ b/.gitignore @@ -6,4 +6,9 @@ /zmk-config /build *.DS_Store -__pycache__ \ No newline at end of file +__pycache__ + +/.vscode/** +!/.vscode/extensions.json +!/.vscode/settings.json +!/.vscode/tasks.json