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.
This commit is contained in:
Luc BOLOGNA 2024-12-26 13:09:16 +01:00
parent 2d87d3751d
commit 351b6b8fcb

3
.gitignore vendored
View File

@ -147,5 +147,4 @@ orleans.codegen.cs
**/.idea/**/dynamic.xml
**/.idea/**/uiDesigner.xml
**/.idea/**/dbnavigator.xml
/.vs
/app/.vs
**/.vs