Commit 5464fd7b authored by Brendan Forster's avatar Brendan Forster Committed by GitHub

Merge pull request #2454 from CodeNotFoundException/patch-1

Adds .gitignore rules for AxoCover
parents cb38a4c8 5d0e2b71
......@@ -116,6 +116,10 @@ _TeamCity*
# DotCover is a Code Coverage Tool
*.dotCover
# AxoCover is a Code Coverage Tool
.axoCover/*
!.axoCover/settings.json
# Visual Studio code coverage results
*.coverage
*.coveragexml
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment