From 49ce7e430ad1a2c0eca02d2265b35acbb8878686 Mon Sep 17 00:00:00 2001 From: Emanuel Palm Date: Wed, 5 Aug 2026 10:43:41 +0200 Subject: [PATCH] fix: Update .gitignore to include *.pem and *.cer files --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 4ede303..a740aa4 100644 --- a/.gitignore +++ b/.gitignore @@ -362,4 +362,5 @@ markdownissues.txt test.ps1 *.crt *.key -*.pem \ No newline at end of file +*.pem +*.cer