All /lib dll files are now correctly taken into account when using git

Changed the .gitignore so all /lib dependencies are included correctly.
This commit is contained in:
Jwheuvel
2015-12-15 09:34:57 +01:00
parent 6e3c8cbb9e
commit b1b34e444a

3
.gitignore vendored
View File

@@ -186,5 +186,6 @@ src/Orchard.Web/Properties/PublishProfiles
src/Orchard.Azure/Orchard.Azure.CloudService/Staging/ src/Orchard.Azure/Orchard.Azure.CloudService/Staging/
#enable all /lib artifacts #enable all /lib artifacts
!lib/*/*.* !lib/**/*.*
!src/Orchard.Web/Modules/Orchard.Scripting.CSharp/Lib/*.*
*/.vs/* */.vs/*