From 25c1187384411088463b6e5ade92d85de4059e5b Mon Sep 17 00:00:00 2001 From: Michael Becker Date: Thu, 20 Apr 2023 16:52:05 -0400 Subject: [PATCH] update .gitignore to allow 'Tests' folder for unit tests; 'Samples' should be used for file type test cases --- .gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitignore b/.gitignore index ac1cba28..83e7e152 100644 --- a/.gitignore +++ b/.gitignore @@ -166,7 +166,6 @@ PHP/Tenant/Include/Configuration.inc.php PHP/Website/Include/Configuration.inc.php # Do not pull in various files used as test cases for certain DataFormats (these can be quite huge) -Tests/* Samples/* # Do not pull in the NSIS setup output file (setup.exe)