adrianvlupu / C4-Builder

This is a documentation builder. You feed it .md and .puml and it exports a site, pdf, or a markdown with navigation.
https://adrianvlupu.github.io/C4-Builder/
MIT License
562 stars 93 forks source link

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

Open janggomgeun opened 2 years ago

janggomgeun commented 2 years ago

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 commented 2 years ago

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 commented 2 years ago

have you tried "excludeOtherFiles": true option