From d71f4a79679a31b569969c01fd3efd5f5ab7f766 Mon Sep 17 00:00:00 2001 From: Aleksandr Gumroian Date: Thu, 10 Feb 2022 16:19:29 +0100 Subject: [PATCH] Remove testUtils from .gitignore Because the testUtils folder consists of useful utils for testing, we want to track changes in these files. --- .gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitignore b/.gitignore index 0b6d632..1ce182b 100644 --- a/.gitignore +++ b/.gitignore @@ -51,4 +51,3 @@ coverage.xml dist/ foris-*.tgz styleguide/ -testUtils