I want to exclude some files from generation.
Using .openapi-generator-ignore isn't possible because the file doesn't exist when the generator looks for it.
Root cause: outputDir is deleted
Alternatively, if the executor allowed additional cli arguments we could use --ignore-file-override to reference a file at the nx project level.