From cf3e85bcd74f9a2a332ffe48a148e869d112d8bc Mon Sep 17 00:00:00 2001 From: TekH Date: Thu, 2 Jul 2026 15:56:46 +0200 Subject: [PATCH] Update .gitignore and add new solution items Updated the `.gitignore` file to exclude the `MigrationBackup/` directory. Added `publish-output` and `tekh_softHSM_test.md` to the `EnvelopeGenerator.Server` directory. Modified the `EnvelopeGenerator.sln` file to include a new solution item `RECEIVER_PDF_VIEWER_CONTEXT.md` under the `src` project section. No structural changes were made to existing projects in the solution. --- .gitignore | 2 ++ EnvelopeGenerator.sln | 1 + 2 files changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 76a0e00f..24e8d72d 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/publish-output +/EnvelopeGenerator.Server/EnvelopeGenerator.Server/tekh_softHSM_test.md diff --git a/EnvelopeGenerator.sln b/EnvelopeGenerator.sln index 1158a000..2cc5d5b6 100644 --- a/EnvelopeGenerator.sln +++ b/EnvelopeGenerator.sln @@ -23,6 +23,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{134D4164-B29 ProjectSection(SolutionItems) = preProject COPILOT_CONTEXT.md = COPILOT_CONTEXT.md FORM_APPLICATION_CONTEXT.md = FORM_APPLICATION_CONTEXT.md + RECEIVER_PDF_VIEWER_CONTEXT.md = RECEIVER_PDF_VIEWER_CONTEXT.md EndProjectSection EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{0CBC2432-A561-4440-89BC-671B66A24146}"