8244966: Add .vscode to .hgignore and .gitignore

Add .vscode to .hgignore and .gitignore

Reviewed-by: erikj, ihse
This commit is contained in:
Dan Lemmond 2020-05-19 11:20:13 -07:00 committed by Paul Hohensee
parent 104ea2d56d
commit d3e0c4ce9c
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,6 +1,7 @@
/build/
/dist/
/.idea/
/.vscode/
nbproject/private/
/webrev
/.src-rev

View File

@ -1,6 +1,7 @@
^build/
^dist/
^.idea/
^.vscode/
nbproject/private/
^webrev
^.src-rev$