From 3501efabdf25a8f131552ffae1aa0a3ab8879f9a Mon Sep 17 00:00:00 2001 From: Jovan Popovic Date: Thu, 11 Aug 2016 15:27:36 +0200 Subject: [PATCH] Ignore .vscode folder in Visual Studio --- .../product-catalog/dotnet-rest-api/ProductCatalog.xproj | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/samples/features/json/product-catalog/dotnet-rest-api/ProductCatalog.xproj b/samples/features/json/product-catalog/dotnet-rest-api/ProductCatalog.xproj index 708dc76f..30ed9f6d 100644 --- a/samples/features/json/product-catalog/dotnet-rest-api/ProductCatalog.xproj +++ b/samples/features/json/product-catalog/dotnet-rest-api/ProductCatalog.xproj @@ -15,5 +15,8 @@ 2.0 + + + - + \ No newline at end of file