From 27f998aebbb4d268b72b517628f7de38854794aa Mon Sep 17 00:00:00 2001 From: Axel Seemann Date: Mon, 25 Mar 2024 09:33:40 +0100 Subject: [PATCH] Ignore .cache and composer.json.testing which are created during running the test suites, because they do not need to beeing tracked in the repository. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 020bb886..b96bfd4d 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,5 @@ composer.lock .idea/ vendor/ public/ +.cache/ +composer.json.testing