From 9c9b652a8710e647bba657f16040c3b8bde368ad Mon Sep 17 00:00:00 2001 From: Janne Suominen Date: Wed, 23 Oct 2024 13:32:45 +0300 Subject: [PATCH] Update .gitignore --- .gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.gitignore b/.gitignore index 3ba13f7085..db56f02565 100644 --- a/.gitignore +++ b/.gitignore @@ -28,3 +28,11 @@ public/sites/default/local.services.yml !*.gitkeep !*.keepme .phpunit.* + +# Ignore the private env files for HTTP requests +/tools/http/http-client.private.env.json + + +## testing results +*coverage.xml +html-coverage