I\'m trying to create a .gitignore for a Visual Studio project that uses NuGet. It currently contains:
\\packages/* !packages/repositories.config
For me only this worked:
**/packages/**