I have an ASP.NET MVC3 application. To get everything started, I created a new repo and pushed "all" my changes as the initial commit. This initial commit also contained all the debug files that were generated when I was creating / testing my project (before committing).
How do I add the debug files in my .gitignore
file?
I want to ignore all changes in the following directories. This is also what I have in my .gitignore
file
my_project/bin
my_project/obj