From 2d03bc855039593e19ba3a30e462376a84e7e262 Mon Sep 17 00:00:00 2001 From: Jovan Popovic Date: Sat, 18 Jun 2016 23:13:11 +0200 Subject: [PATCH] Ignore .sln files Added *.sln in .gitignore file --- samples/features/json/todo-app/dotnet-rest-api/.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/samples/features/json/todo-app/dotnet-rest-api/.gitignore b/samples/features/json/todo-app/dotnet-rest-api/.gitignore index 2d9630ee..c1db60b5 100644 --- a/samples/features/json/todo-app/dotnet-rest-api/.gitignore +++ b/samples/features/json/todo-app/dotnet-rest-api/.gitignore @@ -1,2 +1,3 @@ TodoApp.xproj.user -.vs/* \ No newline at end of file +.vs/* +*.sln \ No newline at end of file