What kind of files are you ignoring. I am using default vs template from github but noticed that a tons of files are being generated in /Src/Files that i currently ignored but wondering how well that will work.
Do you guys have recommendations on what to keep and what not to keep.
That you get a lot of files in the /Src/Files folder is because you have in your web.config that the filesDirectory is ../files that means that it should be created one level outside the mvc-project.
This files should not be checked in into source control.