mirror of
https://github.com/vale981/gitignore
synced 2025-03-04 17:31:42 -05:00
Adds .gitignore rules for AxoCover
AxoCover is a Code Coverage Tool. It creates a **.axoCover** folder where are created: - settings in settings.json - sub-folders into **run** folder which contain code coverage results. All content into **.axoCover** folder must be ignored except the **settings.json** file.
This commit is contained in:
parent
cb38a4c85e
commit
5d0e2b713f
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
Reference in a new issue