From 169240fb36f8b61dc229b4b8ae732406c2f692be Mon Sep 17 00:00:00 2001 From: Juan Treminio <50673996+jtreminio-dropbox@users.noreply.github.com> Date: Mon, 9 Sep 2024 16:39:34 -0500 Subject: [PATCH] Merge main -> oas-release (#416) --- sdks/dotnet/.gitignore | 2 +- sdks/dotnet/templates/gitignore.mustache | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sdks/dotnet/.gitignore b/sdks/dotnet/.gitignore index 747f85cf3..02e0c345b 100644 --- a/sdks/dotnet/.gitignore +++ b/sdks/dotnet/.gitignore @@ -362,5 +362,5 @@ MigrationBackup/ FodyWeavers.xsd vendor -api +/api .openapi-generator diff --git a/sdks/dotnet/templates/gitignore.mustache b/sdks/dotnet/templates/gitignore.mustache index 0cf6ba6d4..a41122f00 100644 --- a/sdks/dotnet/templates/gitignore.mustache +++ b/sdks/dotnet/templates/gitignore.mustache @@ -365,6 +365,6 @@ FodyWeavers.xsd {{#useCustomTemplateCode}} vendor -api +/api .openapi-generator {{/useCustomTemplateCode}}