... | @@ -59,7 +59,7 @@ Please add `-Dio.swagger.v3.parser.util.RemoteUrl.trustAll=true` when generating |
... | @@ -59,7 +59,7 @@ Please add `-Dio.swagger.v3.parser.util.RemoteUrl.trustAll=true` when generating |
|
|
|
|
|
For example, to skip `git_push.sh`, one can create a file named `.openapi-generator-ignore` in the output directory and put `git_push.sh` in that file, which just works like [.gitignore](https://git-scm.com/docs/gitignore).
|
|
For example, to skip `git_push.sh`, one can create a file named `.openapi-generator-ignore` in the output directory and put `git_push.sh` in that file, which just works like [.gitignore](https://git-scm.com/docs/gitignore).
|
|
|
|
|
|
[.openapi-generator-ignore](https://github.com/openapitools/openapi-generator/blob/master/samples/client/petstore/php/.openapi-generator-ignore) is auto-generated by default.
|
|
[.openapi-generator-ignore](https://github.com/openapitools/openapi-generator/blob/master/samples/client/petstore/ruby/.openapi-generator-ignore) is auto-generated by default.
|
|
|
|
|
|
### How can I customize the template to add header/footer to the auto-generated code?
|
|
### How can I customize the template to add header/footer to the auto-generated code?
|
|
|
|
|
... | | ... | |