From a88702d9e2b4b2b117a6bdb516be03162d53673d Mon Sep 17 00:00:00 2001 From: TekH Date: Tue, 7 Jul 2026 13:36:37 +0200 Subject: [PATCH] Update .gitignore to exclude specific files and paths Updated the .gitignore file to ignore the following files and directories: - `FodyWeavers.xsd` - `/EnvelopeGenerator.Tests.Application/annotations.json` - `/EnvelopeGenerator.Server/EnvelopeGenerator.Server/TekH - SoftHSM Test.md` - `/EnvelopeGenerator.Server/EnvelopeGenerator.Server/tekh_softHSM_test.md` - `/EnvelopeGenerator.Server/EnvelopeGenerator.Server/publish-output` - `/EnvelopeGenerator.Server/EnvelopeGenerator.Server/tekh_softHSM_test.md+/legacy/App` These changes ensure that unnecessary or sensitive files are excluded from version control. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 316c311..639c8cb 100644 --- a/.gitignore +++ b/.gitignore @@ -369,3 +369,4 @@ FodyWeavers.xsd /EnvelopeGenerator.Server/EnvelopeGenerator.Server/tekh_softHSM_test.md /EnvelopeGenerator.Server/EnvelopeGenerator.Server/publish-output /EnvelopeGenerator.Server/EnvelopeGenerator.Server/tekh_softHSM_test.md +/legacy/App