forked from loafle/openapi-generator-original
* [kotlin] Target correct library in jvm-spring-webclient sample * [kotlin] Fixed warning in jvm-spring-restclient * [kotlin-wiremock] added generator and sample * [kotlin-wiremock] First version with petstore * [kotlin-wiremock] Small typo * [kotlin-wiremock] Added echo-api test * [kotlin-wiremock] Split stub and stub builder * [kotlin-wiremock] Added default values and jackson annotations to models * [kotlin-wiremock] Small default value fix * [kotlin-wiremock] Use Gradle wrapper version in samples-kotlin-server GitHub workflow * [kotlin-wiremock] Added default artifact name * [kotlin-wiremock] Added kotlin docs * [kotlin-wiremock] Fixed capitalization in kotlin docs * [kotlin-wiremock] Added kotlin-wiremock echo_api sample to GitHub workflow * [kotlin-wiremock] Added new generator to README.md * [kotlin-wiremock] Generated docs * [kotlin-wiremock] Generated docs (missed commit) * [kotlin-wiremock] Explicit Gradle wrapper version in kotlin server generators * Revert "[kotlin-wiremock] Explicit Gradle wrapper version in kotlin server generators" This reverts commit 71e1c47def93fdcb9c7e4efe999fc34e21d7518c. * [kotlin-wiremock] Revert Gradle in workflow samples-kotlin-server and moved kotlin-wiremock samples to separate workflow * [kotlin-wiremock] Use Java 11 instead of Java 8 * [kotlin-wiremock] ensure-up-to-date
24 lines
1.0 KiB
Plaintext
24 lines
1.0 KiB
Plaintext
# OpenAPI Generator Ignore
|
|
# Generated by openapi-generator https://github.com/openapitools/openapi-generator
|
|
|
|
# Use this file to prevent files from being overwritten by the generator.
|
|
# The patterns follow closely to .gitignore or .dockerignore.
|
|
|
|
# As an example, the C# client generator defines ApiClient.cs.
|
|
# You can make changes and tell OpenAPI Generator to ignore just this file by uncommenting the following line:
|
|
#ApiClient.cs
|
|
|
|
# You can match any string of characters against a directory, file or extension with a single asterisk (*):
|
|
#foo/*/qux
|
|
# The above matches foo/bar/qux and foo/baz/qux, but not foo/bar/baz/qux
|
|
|
|
# You can recursively match patterns against a directory, file or extension with a double asterisk (**):
|
|
#foo/**/qux
|
|
# This matches foo/bar/qux, foo/baz/qux, and foo/bar/baz/qux
|
|
|
|
# You can also negate patterns with an exclamation (!).
|
|
# For example, you can ignore all files in a docs folder with the file extension .md:
|
|
#docs/*.md
|
|
# Then explicitly reverse the ignore rule for a single file:
|
|
#!docs/README.md
|