From 5511817896bbeb6e070d3162f8af28fab2fb9e48 Mon Sep 17 00:00:00 2001 From: Maddo Date: Sun, 24 May 2026 10:49:41 +0200 Subject: [PATCH] feat: Update .gitignore and project file to include TestArtifacts and local CUDA libraries for publish --- .gitignore | 3 ++- Catalog.code-workspace | 3 ++- imagecatalog/ImageCatalog 2.csproj | 9 +++++++++ 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 7e95a94..7c86da2 100644 --- a/.gitignore +++ b/.gitignore @@ -256,4 +256,5 @@ paket-files/ .idea/ *.sln.iml .vscode/settings.json -tmp/** \ No newline at end of file +tmp/** +TestArtifacts/** \ No newline at end of file diff --git a/Catalog.code-workspace b/Catalog.code-workspace index 15ec3a0..93418a7 100644 --- a/Catalog.code-workspace +++ b/Catalog.code-workspace @@ -11,6 +11,7 @@ } ], "settings": { - "commentTranslate.hover.enabled": false + "commentTranslate.hover.enabled": false, + "github.copilot.chat.otel.dbSpanExporter.enabled": true } } \ No newline at end of file diff --git a/imagecatalog/ImageCatalog 2.csproj b/imagecatalog/ImageCatalog 2.csproj index 734b648..5affa11 100644 --- a/imagecatalog/ImageCatalog 2.csproj +++ b/imagecatalog/ImageCatalog 2.csproj @@ -159,4 +159,13 @@ + + + + + + + + + \ No newline at end of file