From 6f81011ba1fcb812fe0117405799c13b023426b2 Mon Sep 17 00:00:00 2001 From: Michael Miller Date: Tue, 9 Feb 2021 19:09:58 -0700 Subject: [PATCH] Ignore JUnit output --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index e29dae7..c4166ba 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,6 @@ # Libraries don't need dependency lock # Dependencies will be locked in application that uses them /shard.lock + +# Ignore JUnit output +output.xml