From 118164921697a810452f21d81e293987bdd23338 Mon Sep 17 00:00:00 2001 From: Daniel Cazzulino Date: Wed, 19 May 2021 16:50:08 -0300 Subject: [PATCH] Remove launchSettings.json from repository This file is used for locally testing the tool, no need to commit it. --- .gitignore | 3 ++- src/dotnet-tor/Properties/launchSettings.json | 8 -------- 2 files changed, 2 insertions(+), 9 deletions(-) delete mode 100644 src/dotnet-tor/Properties/launchSettings.json diff --git a/.gitignore b/.gitignore index 4eccb55..bb38b82 100644 --- a/.gitignore +++ b/.gitignore @@ -27,4 +27,5 @@ _site .jekyll-metadata .jekyll-cache Gemfile.lock -package-lock.json \ No newline at end of file +package-lock.json +launchSettings.json diff --git a/src/dotnet-tor/Properties/launchSettings.json b/src/dotnet-tor/Properties/launchSettings.json deleted file mode 100644 index ce1c772..0000000 --- a/src/dotnet-tor/Properties/launchSettings.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "profiles": { - "dotnet-tor": { - "commandName": "Project", - "commandLineArgs": "add -?" - } - } -} \ No newline at end of file