NuGet / NuGetGallery

NuGet Gallery is a package repository that powers https://www.nuget.org. Use this repo for reporting NuGet.org issues.
https://www.nuget.org/
Apache License 2.0
1.54k stars 643 forks source link

ignore rider temp files #9987

Closed SimonCropp closed 3 months ago

joelverhagen commented 3 months ago

Changed based branch to dev since we do all non-hotfixes against dev. Thanks for the contribution. Looks good to me!

SimonCropp commented 3 months ago

can u change the default branch to dev, so that PRs target it by default

joelverhagen commented 3 months ago

We choose main to be the default branch to allow git clone distributions of our source (and Download ZIP upon landing on the repo, etc) to use a version of the Gallery that is deployed to PROD. This is essentially the "last known good". Certainly, there are other ways to do this but this was our team practice for years. I wouldn't want to make this decision unilaterally so I'll open it as an issue that the team can discuss: https://github.com/NuGet/NuGetGallery/issues/10013