From d340e15f1aa496a9b9931bd791a288fee55b18f2 Mon Sep 17 00:00:00 2001 From: William Cheng Date: Tue, 13 Aug 2024 15:19:29 +0800 Subject: [PATCH] update dart samples --- .../client/petstore/dart2/petstore_client_lib/.gitignore | 4 +++- .../client/petstore/dart2/petstore_client_lib_fake/.gitignore | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/samples/openapi3/client/petstore/dart2/petstore_client_lib/.gitignore b/samples/openapi3/client/petstore/dart2/petstore_client_lib/.gitignore index 1be28ced094..0f74d293b98 100644 --- a/samples/openapi3/client/petstore/dart2/petstore_client_lib/.gitignore +++ b/samples/openapi3/client/petstore/dart2/petstore_client_lib/.gitignore @@ -3,7 +3,9 @@ .dart_tool/ .packages build/ -pubspec.lock # Except for application packages + +# Except for application packages +pubspec.lock doc/api/ diff --git a/samples/openapi3/client/petstore/dart2/petstore_client_lib_fake/.gitignore b/samples/openapi3/client/petstore/dart2/petstore_client_lib_fake/.gitignore index 1be28ced094..0f74d293b98 100644 --- a/samples/openapi3/client/petstore/dart2/petstore_client_lib_fake/.gitignore +++ b/samples/openapi3/client/petstore/dart2/petstore_client_lib_fake/.gitignore @@ -3,7 +3,9 @@ .dart_tool/ .packages build/ -pubspec.lock # Except for application packages + +# Except for application packages +pubspec.lock doc/api/