Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: change file exclude option to allow multiple exclude globs #170

Merged
merged 1 commit into from
Mar 7, 2023

Conversation

ms14981
Copy link
Contributor

@ms14981 ms14981 commented Feb 15, 2023

This will be useful in the Java generator, where it will be possible to do:

openapi-forge forge features/schema.json . -o temp -e pom.xml .mvn/** .gitignore mvnw* *.md

Our Java generator has parts of the template like the pom file which are useful for generating normally, but we don't want in a test context.

Copy link
Collaborator

@ColinEberhardt ColinEberhardt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good 👍

@ColinEberhardt ColinEberhardt merged commit 733af31 into ScottLogic:master Mar 7, 2023
@ColinEberhardt
Copy link
Collaborator

Hi @ms14981 forgot to merge this one a while back, thanks for the enhancement :-)

@github-actions
Copy link

github-actions bot commented Mar 7, 2023

🎉 This PR is included in version 1.7.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@ms14981 ms14981 deleted the exclude-template-files branch March 8, 2023 12:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants