It would be nice to have some mechanism to exclude certain files from being generated.
For example, a list of files in some kind of .openapi-generator-plus-ignore file. This would come in handy when you only need a part of an implementation or don't want certain files (i.e.: a README or impl file) to regenerate each time the command is run.
It would be nice to have some mechanism to exclude certain files from being generated.
For example, a list of files in some kind of
.openapi-generator-plus-ignorefile. This would come in handy when you only need a part of an implementation or don't want certain files (i.e.: a README or impl file) to regenerate each time the command is run.