mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-06-28 15:34:39 +08:00
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:
parent
1900b35cd5
commit
005338403d
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,5 +1,7 @@
|
|||||||
## Ignore Visual Studio temporary files, build results, and
|
## Ignore Visual Studio temporary files, build results, and
|
||||||
## files generated by popular Visual Studio add-ons.
|
## files generated by popular Visual Studio add-ons.
|
||||||
|
**/.vs/**
|
||||||
|
src/Rebracer.xml
|
||||||
|
|
||||||
# User-specific files
|
# User-specific files
|
||||||
*.suo
|
*.suo
|
||||||
@ -190,5 +192,3 @@ src/Orchard.Azure/Orchard.Azure.CloudService/Staging/
|
|||||||
|
|
||||||
#enable all /lib artifacts
|
#enable all /lib artifacts
|
||||||
!lib/**/*.*
|
!lib/**/*.*
|
||||||
*/.vs/*
|
|
||||||
src/Rebracer.xml
|
|
||||||
|
Loading…
Reference in New Issue
Block a user