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 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" - } - } -}