-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Code Quality: Update .gitignore
#16197
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
.gitignore
Outdated
@@ -181,6 +204,9 @@ publish/ | |||
PublishScripts/ | |||
|
|||
# NuGet Packages | |||
*.nupkg |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We have a package in our source code SevenZipSharp.1.0.2.nupkg
so it's best to avoid this change.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why isn't this on NuGet? Isn't this deprecated?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh I see, I'll remove it from the ignore - why don't you publish this (slightly) more maintained library to NuGet?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wouldn't it be easier to update then?
Done on my phone! Lol
Updated the
.gitignore
file with the one in the head https://github.com/github/gitignore repoThis is not a strictly necessary change but contains some exclusions that add to the code quality.