Browse Source

Have git ignore the .vs folder that Visual Studio 2017 generates.

jonesmz 7 years ago
parent
commit
7e69e4b8a2
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .gitignore

+ 1 - 0
.gitignore

@@ -39,3 +39,4 @@ BsFrameworkConfig.h
 Source/Experimental
 Source/MBansheeEngine/Generated
 Source/MBansheeEditor/Generated
+.vs/*