From fd029a79bfb5e236faeba78d938f820c8a183416 Mon Sep 17 00:00:00 2001 From: Lukas Rosenstock Date: Fri, 15 May 2026 09:49:16 +0000 Subject: [PATCH] Ignore bash and phpUnit files --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ba2ec51..f16e01f 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,6 @@ cache .config .local *.phar -.composer \ No newline at end of file +.composer +.phpunit* +.bash_history \ No newline at end of file