leeenglestone / CodeReviewChecklist

An online checklist guide for performing code reviews
https://www.codereviewchecklist.com
MIT License
13 stars 8 forks source link

Remove the duplicated .gitignore file #24

Closed seanstride closed 4 years ago

seanstride commented 4 years ago

There are 2 .gitignore versions within this repository. There is a version in the root of the repository which is the usual place for it to live and then there is a second version of the same .gitignore within the CodeReviewChecklist.Solution directory. The task here is to remove the .gitignore file that lives within the CodeReviewChecklist.Solution directory

leeenglestone commented 4 years ago

Thanks. I didn't even spot this.