feat(chore): Add .vscode folder to .gitignore (#2898)

This commit is contained in:
Federico Caselli 2021-11-07 07:45:21 +01:00 committed by GitHub
parent bd89a69cd7
commit 61b6c1fbeb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

1
.gitignore vendored
View File

@ -3,3 +3,4 @@
/checkver* /checkver*
.idea .idea
*.iml *.iml
.vscode