|
| 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 |
0 commit comments