chore: add .vscode/ dir to .gitignore (#2501)

This commit is contained in:
Aaron Prindle 2023-05-11 09:30:07 -07:00 committed by GitHub
parent 123ad4a529
commit 77b06dc3e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -5,3 +5,4 @@ BUILD.bazel
.idea/** .idea/**
*.iml *.iml
.vagrant .vagrant
.vscode/