]> source.dussan.org Git - gitignore.git/commitdiff
Adds .gitignore rules for AxoCover 2454/head
authorCodeNotFound <9015796+CodeNotFoundException@users.noreply.github.com>
Sat, 12 Aug 2017 03:48:48 +0000 (05:48 +0200)
committerGitHub <noreply@github.com>
Sat, 12 Aug 2017 03:48:48 +0000 (05:48 +0200)
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.

VisualStudio.gitignore

index 89c66054885c4f43c4b7dabf134999f4bde0ffd6..f652b45c2ee5032914442230f3c253d6635eb74c 100644 (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