From f7ae8e936e2b71a6e6732ae61333ec5cc3e3600a Mon Sep 17 00:00:00 2001 From: Colin Nelson Date: Tue, 23 Oct 2018 08:03:57 -0700 Subject: [PATCH] Added an ignore for .vs (Visual Studio Cache Dir) --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 2952864..ee0f2b8 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ pkg/ *.swp *~ .vscode/ +.vs/ .vs/slnx.sqlite .vs/microservices-demo/v15/.suo .idea