From b5cdf797996e90560f07d9c9c31c013ca1858a2c Mon Sep 17 00:00:00 2001 From: TekH Date: Thu, 2 Jul 2026 12:44:12 +0200 Subject: [PATCH] Update .gitignore, add files, and modify configurations Updated `.gitignore` to include `MigrationBackup/`. Added new files: `FodyWeavers.xsd`, `annotations.json`, and two markdown files for SoftHSM testing. Modified `/EnvelopeGenerator.Web/.config/dotnet-tools.json`, `/EnvelopeGenerator.GeneratorAPI/ClientApp/envelope-generator-ui/.vscode`, and `/EnvelopeGenerator.Tests.Application/Services/BugFixTests.cs` to reflect configuration and testing updates. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 76a0e00f..031c50ed 100644 --- a/.gitignore +++ b/.gitignore @@ -365,3 +365,5 @@ FodyWeavers.xsd /EnvelopeGenerator.GeneratorAPI/ClientApp/envelope-generator-ui/.vscode /EnvelopeGenerator.Tests.Application/Services/BugFixTests.cs /EnvelopeGenerator.Tests.Application/annotations.json +/EnvelopeGenerator.Server/EnvelopeGenerator.Server/TekH - SoftHSM Test.md +/EnvelopeGenerator.Server/EnvelopeGenerator.Server/tekh_softHSM_test.md