From 005338403d0234c98b3973f8e69d44c20cc8cbc4 Mon Sep 17 00:00:00 2001 From: Benedek Farkas Date: Sat, 16 Mar 2024 18:44:56 +0100 Subject: [PATCH] gitignore: Fixing the pattern that ignores ".vs" folders at any level and moving VS-related patterns to the correct location --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index c110e2248..036632bf2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,7 @@ ## Ignore Visual Studio temporary files, build results, and ## files generated by popular Visual Studio add-ons. +**/.vs/** +src/Rebracer.xml # User-specific files *.suo @@ -190,5 +192,3 @@ src/Orchard.Azure/Orchard.Azure.CloudService/Staging/ #enable all /lib artifacts !lib/**/*.* -*/.vs/* -src/Rebracer.xml