Skip to content

Commit

Permalink
Adds .gitignore rules for AxoCover
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
CodeNotFoundException authored Aug 12, 2017
1 parent cb38a4c commit 5d0e2b7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions VisualStudio.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5d0e2b7

Please sign in to comment.