Merge pull request #1336 from bitwarden/update-.gitignore

Added .vscode dir to .gitignore
This commit is contained in:
Chad Scharf 2020-07-22 10:46:13 -04:00 committed by GitHub
commit f024441b6c
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

@ -1,4 +1,5 @@
.vs
.vscode
.idea
.DS_Store
node_modules