Closed josephbuchma closed 2 months ago
I did some changes (duplicated comments were generated in objects) and merged. Anyway, generated files SHOULD be in .gitignore, and never committed to SCM.
Thank you @luisfpg ! We do commit generated code, and it works well so far. Can you please suggest some resources on setting up a project where OpenAPI spec lives in a separate repository and generated code is not committed?
I've added a paragraph in https://github.com/cyclosproject/ng-openapi-gen?tab=readme-ov-file#setting-up-a-node-script
Just another reminder that you should edit openapi spec and re-generate code instead of editing these files directly.