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

Is it possible to exclude or include specific pattern matched files when building? #46

Open
janggomgeun opened this issue Nov 30, 2021 · 2 comments

Comments

@janggomgeun
Copy link

Hi! I tried to build my project and the output includes all my source files.
I'd like to include .md and .puml files only when building docs.
Is there any config variable that I can set this up?

@MickeJohannesson
Copy link
Contributor

If the filename starts with _ it will ignore it (or having the .md or .puml file extension).
I can't see any config for it.

@vellala2000
Copy link

vellala2000 commented May 11, 2022

have you tried "excludeOtherFiles": true option

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants