Link to home
Start Free TrialLog in
Avatar of Jeff Darling
Jeff DarlingFlag for United States of America

asked on

ASP.NET MVC - Using git Source Control

I had this question after viewing ASP.NET MVC 4 Jquery Slide View.

I want to be able to put ASP.NET projects on github, and within my local git repository.  The above is an example project which uses jQuery.  I don't think that the jQuery should be in the git repo.  

I'm looking into using git for source control for Visual Studio 2012.  I've got the Git Source Control Provider installed.

I go to create a new project, and the dialog has a checkbox to use source control.  If I use that, it takes a very very long time to create a new project.  It appears that all the libraries are being added to source control.  I don't want that to happen.  I only want code that I write to be under source control!

Is there an easy way to manage this?
ASKER CERTIFIED SOLUTION
Avatar of Jeff Darling
Jeff Darling
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Jeff Darling

ASKER

Closing due to inactivity.