What is the Nuget repositories.config file for?

.net, nuget, visual-studio

Solution

According to Nuget dev David Ebbo

If you use the Package Restore workflow, you can completely omit the Packages folder from source control (including this file).

https://stackoverflow.com/a/7297465/284795

Problem

What is the file `packages/repositories.config`? Should it be kept under version control?

Original source

Related problems