From 7f9803905d1dd95c2a661c935de09290e6f45f29 Mon Sep 17 00:00:00 2001 From: javierhimura Date: Wed, 15 Feb 2017 19:53:25 +0100 Subject: [PATCH] Ignore .vs folder, is a folder where Visual Studio 2015 put all machine and user-specific files --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 2bd0a997b..b8fdb6e1e 100644 --- a/.gitignore +++ b/.gitignore @@ -40,6 +40,7 @@ local.properties *.suo *.user *.sln.docstates +*.vs # Build results