From 6fb25e6055e1f69db3856b4c1ce03086e7c29902 Mon Sep 17 00:00:00 2001 From: Alvar San Martin Date: Mon, 11 May 2026 09:19:52 +0200 Subject: [PATCH] Ignore p12 certificado --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index f69b410..af2ec1d 100644 --- a/.gitignore +++ b/.gitignore @@ -16,8 +16,10 @@ node_modules #!.yarn/cache .pnp.* +# Certificados *.pem - +*.p12 +*.key dist/*