From fe292b0c7510cbf214c0b34707069aca57cf74bb Mon Sep 17 00:00:00 2001 From: Mior Muhammad Zaki Date: Wed, 14 Aug 2024 11:23:41 +0800 Subject: [PATCH] wip Signed-off-by: Mior Muhammad Zaki --- .gitignore | 1 - tests/tmp/.gitignore | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 tests/tmp/.gitignore diff --git a/.gitignore b/.gitignore index 950e67a..27c4581 100644 --- a/.gitignore +++ b/.gitignore @@ -3,7 +3,6 @@ /vendor/* # PHPUnit -/tests/tmp/* /coverage/* /.phpunit.cache/* /.phpunit.result.cache diff --git a/tests/tmp/.gitignore b/tests/tmp/.gitignore new file mode 100644 index 0000000..d6b7ef3 --- /dev/null +++ b/tests/tmp/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore