hhblaze / DBreeze

C# .NET NOSQL ( key value store embedded ) ACID multi-paradigm database management system.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove binaries (nupkg) files from GIT

HakanL opened this issue · comments

Probably best to not have binaries in GIT. You can use releases in github if you need to preserve these.

Can you also exclude .suo and bin/obj folders, I recommend a good .gitignore to get started.

You should also exclude the suo files since they are just user settings for your Visual Studio.

I see the nupkg file in github, that should probably be removed as well.

Where should I store this nupkg file? It belongs to the project.

Most projects don't store it anywhere since it's generated from spec files and uploaded to nuget.org. But if you want to store it then I would suggest as a release in github: https://help.github.com/articles/creating-releases/