]> source.dussan.org Git - gitignore.git/commit
Fix false positives on Coverage*.cs files (#3454)
authorJustin Gregory <jgregory@atiba.com>
Fri, 3 Jul 2020 20:15:33 +0000 (15:15 -0500)
committerGitHub <noreply@github.com>
Fri, 3 Jul 2020 20:15:33 +0000 (17:15 -0300)
commit6eff882467cbde7b4e293b4dd6abd7685fc67844
tree35d8c2cd2d1142220a525c818d1276e52f7f8bd7
parent620d4878a014cefdd1919c39527290c852539712
Fix false positives on Coverage*.cs files (#3454)

I added this .gitignore to a project that included a file named CoverageSearchModel.cs, and the file was wrongly ignored.  This change fixes the incorrect use of the range operator on the Coverlet rules.
VisualStudio.gitignore