Skip to content

Commit e9174df

Browse files
authored
Merge pull request #26 from lucy66hw/auto-pr-branch
[Automated PR]: Update generated protobuf schema (spec commit: 27d89f95a7934d68378b52bd8a5fef39005483d1)
2 parents 6cae75e + dc46f73 commit e9174df

5 files changed

Lines changed: 2034 additions & 0 deletions

File tree

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# IMPORTANT: this file is generated with the option `openapiGeneratorIgnoreList` enabled
2+
# (--openapi-generator-ignore-list in CLI for example) so the entries below are pre-populated based
3+
# on the input provided by the users and this file will be overwritten every time when the option is
4+
# enabled (which is the exact opposite of the default behaviour to not overwrite
5+
# .openapi-generator-ignore if the file exists).
6+
7+
# OpenAPI Generator Ignore
8+
# Generated by openapi-generator https://github.com/openapitools/openapi-generator
9+
10+
# Use this file to prevent files from being overwritten by the generator.
11+
# The patterns follow closely to .gitignore or .dockerignore.
12+
13+
# As an example, the C# client generator defines ApiClient.cs.
14+
# You can make changes and tell OpenAPI Generator to ignore just this file by uncommenting the following line:
15+
#ApiClient.cs
16+
17+
# You can match any string of characters against a directory, file or extension with a single asterisk (*):
18+
#foo/*/qux
19+
# The above matches foo/bar/qux and foo/baz/qux, but not foo/bar/baz/qux
20+
21+
# You can recursively match patterns against a directory, file or extension with a double asterisk (**):
22+
#foo/**/qux
23+
# This matches foo/bar/qux, foo/baz/qux, and foo/bar/baz/qux
24+
25+
# You can also negate patterns with an exclamation (!).
26+
# For example, you can ignore all files in a docs folder with the file extension .md:
27+
#docs/*.md
28+
# Then explicitly reverse the ignore rule for a single file:
29+
#!docs/README.md
30+
31+
# The following entries are pre-populated based on the input obtained via
32+
# the option `openapiGeneratorIgnoreList` (--openapi-generator-ignore-list in CLI for example).
33+
README.md
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
models/aggregated_models.proto
2+
services/default_service.proto
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
7.14.0-SNAPSHOT

0 commit comments

Comments
 (0)