Преглед на файлове

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.
CodeNotFound преди 7 години
родител
ревизия
5d0e2b713f
променени са 1 файла, в които са добавени 4 реда и са изтрити 0 реда
  1. 4 0
      VisualStudio.gitignore

+ 4 - 0
VisualStudio.gitignore

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