Hi, I have a project to do that require me to push my ASP.NET Web Forms Site to GitHub but right now I am having some problem. I use a .gitignore that takes out /bin and /packages from the project because from what I understand it's not needed. When I commit to Git I commit The "Websites" file that is only missing the /bin and the "Projects" file that only contain a ".vs" file and a "*.sln". When I checkout that branch on an other computer the nuget are all dead and there is no reference anymore. Am I doing something wrong? I can restore the nuget but I get a ton of error to some things missing like "optimization" and other thing like that.
↧