Best Practice for Adding .gitignore to Repo

Viewed 27207

What is the best practice regarding the .gitignore file with Git; should it be excluded from the repository or included? If it's conditional, what are the conditions for each circumstance?

1 Answers
Related