What do I do in GIT with the Scripts folder of an AngularJS project in Visual Studio 2017?

0

I'm doing a project with the FrontEnd in AngularJS.

I created the repository in git, and I noticed that the Scripts folder had many JavaScripts from AngularJS and also from Bootstrap that I installed in the project through NugetPackages.

I tried to put this folder in .gitignore, but when downloading the project it is not possible to recover these JavaScript files through NugetPackages, they are all unavailable.

Has anyone ever gone through and / or have any idea of what could be done?

Commit all is an option, but there are many files, and because they have not been coded by me, I believe it does not make sense.

    
asked by anonymous 06.05.2018 / 01:49

0 answers