What are your best practices for Git with .Net? What files do you ignore and do not add to your project type?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
An initial list excludes all temporary build files,
Also the build directories
if you use Rehsarper, exclude its directories too
Plus some special files
Some people also exclude binary files
It might be worthwhile considering what you want to store in your SCM, rather than a long and possibly never-complete list of exclusions.