Add vscode config folder to .gitignore.

This commit is contained in:
sebcrozet 2018-06-09 00:43:21 +02:00
parent 07c0e34e1a
commit c77199077a
1 changed files with 2 additions and 1 deletions

3
.gitignore vendored
View File

@ -7,4 +7,5 @@ target/
Cargo.lock Cargo.lock
*.orig *.orig
*.swo *.swo
site/ site/
.vscode/