Skip to content

Commit ebf7367

Browse files
committed
snapshot fixes
1 parent 50d3a51 commit ebf7367

File tree

8 files changed

+16
-4
lines changed

8 files changed

+16
-4
lines changed

samples/client/others/rust/reqwest/enum-query-params/.openapi-generator-ignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@
1212
#foo/*/qux
1313
# The above matches foo/bar/qux and foo/baz/qux, but not foo/bar/baz/qux
1414

15+
# Preserve test dependencies
16+
Cargo.toml
17+
tests/
18+
1519
# You can recursively match patterns against a directory, file or extension with a double asterisk (**):
1620
#foo/**/qux
1721
# This matches foo/bar/qux, foo/baz/qux, and foo/bar/baz/qux

samples/client/others/rust/reqwest/enum-query-params/.openapi-generator/FILES

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
.gitignore
22
.travis.yml
3-
Cargo.toml
43
README.md
54
docs/AggregateResponse.md
65
docs/DefaultApi.md

samples/client/others/rust/reqwest/multipart-async/.openapi-generator-ignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,7 @@
2121
#docs/*.md
2222
# Then explicitly reverse the ignore rule for a single file:
2323
#!docs/README.md
24+
25+
# Preserve test dependencies
26+
Cargo.toml
27+
tests/

samples/client/others/rust/reqwest/multipart-async/.openapi-generator/FILES

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
.gitignore
22
.travis.yml
3-
Cargo.toml
43
README.md
54
docs/DefaultApi.md
65
docs/UploadResponse.md

samples/client/petstore/rust/reqwest/petstore-async/.openapi-generator-ignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,7 @@
2121
#docs/*.md
2222
# Then explicitly reverse the ignore rule for a single file:
2323
#!docs/README.md
24+
25+
# Preserve test files and dependencies
26+
Cargo.toml
27+
tests/inline_enum_boxing_test.rs

samples/client/petstore/rust/reqwest/petstore-async/.openapi-generator/FILES

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
.gitignore
22
.travis.yml
3-
Cargo.toml
43
README.md
54
docs/ActionContainer.md
65
docs/AnyTypeTest.md

samples/client/petstore/rust/reqwest/petstore/.openapi-generator-ignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,7 @@
2121
#docs/*.md
2222
# Then explicitly reverse the ignore rule for a single file:
2323
#!docs/README.md
24+
25+
# Preserve test files and dependencies
26+
Cargo.toml
27+
tests/inline_enum_boxing_test.rs

samples/client/petstore/rust/reqwest/petstore/.openapi-generator/FILES

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
.gitignore
22
.travis.yml
3-
Cargo.toml
43
README.md
54
docs/ActionContainer.md
65
docs/AnyTypeTest.md

0 commit comments

Comments
 (0)