From 2c9d800285b3e32709a024c90494d66c8c49aae0 Mon Sep 17 00:00:00 2001 From: Peter Vietense Date: Sun, 19 Feb 2023 11:51:35 +0100 Subject: [PATCH 1/2] removed launchSettings.json --- cake/Properties/launchSettings.json | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 cake/Properties/launchSettings.json diff --git a/cake/Properties/launchSettings.json b/cake/Properties/launchSettings.json deleted file mode 100644 index 130a9ad2..00000000 --- a/cake/Properties/launchSettings.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "profiles": { - "Build": { - "commandName": "Project", - "commandLineArgs": "-t UploadCodecovReport -v diagnostic" - } - } -} From cd4d56a91aa6b8c5633a851c965bd10e1c8120b7 Mon Sep 17 00:00:00 2001 From: Peter Vietense Date: Sun, 19 Feb 2023 11:53:10 +0100 Subject: [PATCH 2/2] ignore launchSettings.json --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index d3ab2259..1dd71468 100644 --- a/.gitignore +++ b/.gitignore @@ -250,3 +250,5 @@ ModelManifest.xml .[Vv][Ss]* .dotnet + +**/launchSettings.json