From bf17eb3935a972a4fc531aaac381f2bd3e36361f Mon Sep 17 00:00:00 2001 From: barhen Date: Fri, 22 Dec 2023 13:00:06 -0500 Subject: [PATCH] Updated gitignore --- .gitignore | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 9491a2f..e94d754 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,7 @@ *.userosscache *.sln.docstates + # User-specific files (MonoDevelop/Xamarin Studio) *.userprefs @@ -32,7 +33,7 @@ bld/ [Oo]ut/ [Ll]og/ [Ll]ogs/ - +.config # Visual Studio 2015/2017 cache/options directory .vs/ # Uncomment if you have tasks that create the project's static files in wwwroot @@ -360,4 +361,5 @@ MigrationBackup/ .ionide/ # Fody - auto-generated XML schema -FodyWeavers.xsd \ No newline at end of file +FodyWeavers.xsd +/Server/.config/dotnet-tools.json