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:
commit
5464fd7b84
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue