From 16dd928b5ba27a256eda2911afc5af8214d971c7 Mon Sep 17 00:00:00 2001 From: Peter Blazejewicz Date: Wed, 21 Feb 2018 21:25:45 +0100 Subject: [PATCH] Do not store output from coverage tests in repo This allows to avoid manual removal of output after test runs from pending git changes --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index ebfa74d..4a3a19c 100644 --- a/.gitignore +++ b/.gitignore @@ -33,3 +33,6 @@ Thumbs.db # Ignore built ts files dist/**/* + +# Ignore output from coverage report +coverage