1
0
Fork 0
mirror of https://github.com/github/gitignore synced 2025-07-04 04:18:26 +02:00

Merge pull request #2454 from CodeNotFoundException/patch-1

Adds .gitignore rules for AxoCover
This commit is contained in:
Brendan Forster 2017-08-13 15:48:20 +10:00 committed by GitHub
commit 5464fd7b84

View file

@ -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