From 43f296585b17c59dea4b87328812ef8e5c8d5672 Mon Sep 17 00:00:00 2001 From: Eduardo Bacarin Date: Fri, 11 Jul 2025 15:20:26 -0300 Subject: [PATCH] update gitignore: ignoring test.php file --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 4672d29..5ce73e2 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,5 @@ vendor/* composer.lock *.key *.pub -index.php \ No newline at end of file +index.php +tests.php