include .vscode directory in gitignore

This commit is contained in:
Seth Jennings 2016-03-07 12:16:20 -06:00
parent 09f00aeb32
commit ca6d0facb4

2
.gitignore vendored
View File

@ -14,7 +14,7 @@
*.iml
# Vscode files
.vscode/**
.vscode
# This is where the result of the go build goes
/output/**