Add vscode files to gitignore (#16270)

This commit is contained in:
Jeffrey Salmond 2020-04-24 08:31:03 +01:00 committed by GitHub
parent c6ada206af
commit 95a03f6759
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

4
.gitignore vendored
View file

@ -33,3 +33,7 @@ lib/spack/spack/test/.cache
.project .project
.cproject .cproject
.pydevproject .pydevproject
# VSCode files
.vscode
.devcontainer