From 85b627ec7ab9f19ac9e3d87c4cdf16abb3d0a472 Mon Sep 17 00:00:00 2001 From: Julien Lengrand-Lambert Date: Thu, 29 Feb 2024 16:01:59 +0100 Subject: [PATCH] Adding secret file to gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 96d856cb7b..0512517dae 100644 --- a/.gitignore +++ b/.gitignore @@ -282,3 +282,4 @@ samples/openapi3/client/petstore/go/privatekey.pem ## OCaml samples/client/petstore/ocaml/_build/ +/samples/client/jetbrains/adyen/checkout71/http/client/Apis/http-client.private.env.json