gitignore: Fixing the pattern that ignores ".vs" folders at any level and moving VS-related patterns to the correct location

This commit is contained in:
Benedek Farkas 2024-03-16 18:44:56 +01:00
parent 1900b35cd5
commit 005338403d

4
.gitignore vendored
View File

@ -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