From ee0ec356e9e1726396135b472fc94dea71967ad7 Mon Sep 17 00:00:00 2001 From: Jovan Popovic Date: Sun, 19 Jun 2016 15:20:24 +0200 Subject: [PATCH] Updated .gitignore and Project_Readme --- .../json/todo-app/dotnet-rest-api/.gitignore | 4 ++- .../dotnet-rest-api/Project_Readme.html | 29 ++++++++++++++----- 2 files changed, 24 insertions(+), 9 deletions(-) diff --git a/samples/features/json/todo-app/dotnet-rest-api/.gitignore b/samples/features/json/todo-app/dotnet-rest-api/.gitignore index c1db60b5..3adf0abb 100644 --- a/samples/features/json/todo-app/dotnet-rest-api/.gitignore +++ b/samples/features/json/todo-app/dotnet-rest-api/.gitignore @@ -1,3 +1,5 @@ -TodoApp.xproj.user +TodoRestWebAPI.xproj.user .vs/* +bin/* +obj/* *.sln \ No newline at end of file diff --git a/samples/features/json/todo-app/dotnet-rest-api/Project_Readme.html b/samples/features/json/todo-app/dotnet-rest-api/Project_Readme.html index 18deb892..11e2958c 100644 --- a/samples/features/json/todo-app/dotnet-rest-api/Project_Readme.html +++ b/samples/features/json/todo-app/dotnet-rest-api/Project_Readme.html @@ -2,7 +2,7 @@ - Welcome to ASP.NET Core + Welcome to ASP.NET Core Web API REST Service