include .vscode directory in gitignore

pull/6/head
Seth Jennings 2016-03-07 12:16:20 -06:00
parent 09f00aeb32
commit ca6d0facb4
1 changed files with 1 additions and 1 deletions

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/**