Skip to content

Commit 46e0bb5

Browse files
committed
Add .vs directory to the .gitignore (Visual Studio 2017 produces this)
(cherry picked from commit fe73a07)
1 parent 28f006c commit 46e0bb5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,4 +215,5 @@ tools
215215
.nuget/NuGet.exe
216216
.nuget/ThirdPartyNotices.txt
217217
Results.*.xml
218-
!**/TestData/*.nupkg
218+
!**/TestData/*.nupkg
219+
.vs

0 commit comments

Comments
 (0)