When I check in a whole project, besides my source code, there are many images, css, javascript files etc. from third party like jQuery and others, and also all kinds of library DLLs. Visual studio will ask me to also check in this.
When I go to another box to check out this project, I will need to Nuget those DLLs, Jquery anyway. Why do I need to check in those stuff?
should I do this? Or just check in my source code.