From 07a1bdd6003fde57e9695fc8a758fbc3eb6d6153 Mon Sep 17 00:00:00 2001 From: Brad Wilson Date: Thu, 30 May 2024 12:50:23 -0700 Subject: [PATCH] Add launchSettings.json to .gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index cc6f184..118bf39 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ +# Visual Studio +launchSettings.json + # NCrunch *.ncrunchsolution *.ncrunchsolution.user