Add .vscode into gitignore

It's the folder with IDE's local settings so it should be ignored by git
This commit is contained in:
Lev Dvorkin 2023-06-05 17:31:51 +03:00 committed by Mark Karpov
parent 816f7f54e6
commit 77caaf8919

1
.gitignore vendored
View File

@ -27,3 +27,4 @@ dist-*/
dist/
stack.yaml
stack.yaml.lock
.vscode