From 351b6b8fcb6e6a2ea3b96e2b6217bf39e3176ac0 Mon Sep 17 00:00:00 2001 From: Luc BOLOGNA Date: Thu, 26 Dec 2024 13:09:16 +0100 Subject: [PATCH] Update .gitignore Modified the .gitignore file to ignore all .vs directories at any level within the project's directory structure. The line /.vs has been replaced with **/.vs. --- .gitignore | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 39d8ab2e..a2cea037 100644 --- a/.gitignore +++ b/.gitignore @@ -147,5 +147,4 @@ orleans.codegen.cs **/.idea/**/dynamic.xml **/.idea/**/uiDesigner.xml **/.idea/**/dbnavigator.xml -/.vs -/app/.vs +**/.vs