Skip to content

Commit d340e15

Browse files
committed
update dart samples
1 parent 03d8c30 commit d340e15

File tree

2 files changed

+6
-2
lines changed
  • samples/openapi3/client/petstore/dart2

2 files changed

+6
-2
lines changed

samples/openapi3/client/petstore/dart2/petstore_client_lib/.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
.dart_tool/
44
.packages
55
build/
6-
pubspec.lock # Except for application packages
6+
7+
# Except for application packages
8+
pubspec.lock
79

810
doc/api/
911

samples/openapi3/client/petstore/dart2/petstore_client_lib_fake/.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
.dart_tool/
44
.packages
55
build/
6-
pubspec.lock # Except for application packages
6+
7+
# Except for application packages
8+
pubspec.lock
79

810
doc/api/
911

0 commit comments

Comments
 (0)