From 965ced07067c526b38281d32006e4f88e5b91865 Mon Sep 17 00:00:00 2001 From: Robin Wilson Date: Fri, 19 Jan 2024 09:49:46 +0000 Subject: [PATCH] Added appsettings.json to VisualStudio.gitignore as this file commonly contains database connection strings and should be excluded --- VisualStudio.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 8a30d258..80c5487d 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -58,6 +58,8 @@ dlldata.c BenchmarkDotNet.Artifacts/ # .NET Core +appsettings.json +appsettings.Development.json project.lock.json project.fragment.lock.json artifacts/