Added an ignore for .vs (Visual Studio Cache Dir)

This commit is contained in:
Colin Nelson 2018-10-23 08:03:57 -07:00
parent 988f399fd0
commit f7ae8e936e
No known key found for this signature in database
GPG key ID: C7EA5A35EFEEE948

1
.gitignore vendored
View file

@ -5,6 +5,7 @@ pkg/
*.swp
*~
.vscode/
.vs/
.vs/slnx.sqlite
.vs/microservices-demo/v15/.suo
.idea