Skip to content

Commit 5464fd7

Browse files
authored
Merge pull request #2454 from CodeNotFoundException/patch-1
Adds .gitignore rules for AxoCover
2 parents cb38a4c + 5d0e2b7 commit 5464fd7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

VisualStudio.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,10 @@ _TeamCity*
116116
# DotCover is a Code Coverage Tool
117117
*.dotCover
118118

119+
# AxoCover is a Code Coverage Tool
120+
.axoCover/*
121+
!.axoCover/settings.json
122+
119123
# Visual Studio code coverage results
120124
*.coverage
121125
*.coveragexml

0 commit comments

Comments
 (0)