I have a directory structure where I want to include a /packages/ directory in just one section and ignore in the others. The problem is with nuget and Microsoft, I don't want to backup my packages, but another library requires it.
what might my .gitignore look like assuming I'm already ignoring all packages as follows:
# NuGet Packages Directory
####packages
but I dont want to ignore
/WebAPI/JavaScript/Packages