bcurran3 / ChocolateyPackages

My published Chocolatey packages
207 stars 94 forks source link

Updated sha256 checksum #287

Closed basictheprogram closed 2 years ago

basictheprogram commented 2 years ago

Updated sha256 checksum Added .gitignore

bcurran3 commented 2 years ago

Hi. Why the .gitignore? - the nupkg isn't in GH. nuspec needs to be updated w/version for this to be 100%

basictheprogram commented 2 years ago

Without the .gitignore git status shows the .nupkg as untracked. And I tend to do a git add --all as I work.

bcurran3 commented 2 years ago

pulling in and pushing package update

bcurran3 commented 2 years ago

I think we get the same result just done in different ways by each of us.

I add .nuspec to the local git ignore file. I also do a "git add " before adding commits. I do not get any untracked files error when doing a "git status."

If I understand all this correctly (and believe me when it comes to git there's a LOT I don't know), I'd suggest adding *.nuspec to your local git config ignore file as you only need to do it once versus adding a .gitignore to all of your package folders. I'm lazy, is suits me. :)