I am using GIT with a new ASP.NET MVC project. I have a line in my gitignore file to ignore dlls
*.dll
I would like to add something along the
Leave your top level gitignore alone by keeping *.dll in it.
gitignore
Create another .gitignore file in the packages directory and put !*.dll in it.
.gitignore
!*.dll