From 330a3aa50a04b9dd461a8d76e1304d846e20f182 Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Sun, 15 Oct 2017 13:51:40 -0500 Subject: [PATCH] update gitignore --- .gitignore | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 4633a0443..432df054e 100644 --- a/.gitignore +++ b/.gitignore @@ -96,6 +96,9 @@ ipch/ *.vspx *.sap +# Visual Studio Trace Files +*.e2e + # TFS 2012 Local Workspace $tf/ @@ -116,6 +119,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 @@ -151,7 +158,7 @@ publish/ # Publish Web Output *.[Pp]ublish.xml *.azurePubxml -# TODO: Comment the next line if you want to checkin your web deploy settings +# Note: Comment the next line if you want to checkin your web deploy settings, # but database connection strings (with potential passwords) will be unencrypted *.pubxml *.publishproj @@ -294,7 +301,9 @@ __pycache__/ *.odx.cs *.xsd.cs +# OpenCover UI analysis results +OpenCover/ + # FilterLists Custom Ignores gs/Private.gs -src/FilterLists.DataLoad/appsettings.json -src/FilterLists.Api/appsettings.json \ No newline at end of file +appsettings.json \ No newline at end of file