From ce826bd46245e18cb90a246765677b96ef46fd5e Mon Sep 17 00:00:00 2001 From: Mark Michaelis Date: Mon, 23 Jan 2023 01:56:40 -0800 Subject: [PATCH] Added line to ignore live unit testing files. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 358229b38..4073b19de 100644 --- a/.gitignore +++ b/.gitignore @@ -270,3 +270,6 @@ paket-files/ # CodeRush .cr/ /Test.Results.txt + +# Ingore files created for Live Unit Testing +*.lutconfig