From 5bfbb580a1f6fae5e71355c9b3f225c02bfc94f1 Mon Sep 17 00:00:00 2001 From: JoshyPHP Date: Thu, 7 Dec 2023 23:48:56 +0100 Subject: [PATCH] Updated .gitignore --- .gitignore | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 21d46d8ea..f063637ab 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,6 @@ -/.phpunit.cache \ No newline at end of file +/.* +/composer.lock +/scripts/composer.lock +/scripts/vendor +/tests/.cache +/vendor