C4-Builder icon indicating copy to clipboard operation
C4-Builder copied to clipboard

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

Open janggomgeun opened this issue 3 years ago • 2 comments

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?

janggomgeun avatar Nov 30 '21 23:11 janggomgeun

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.

MickeJohannesson avatar Mar 23 '22 00:03 MickeJohannesson

have you tried "excludeOtherFiles": true option

vellala2000 avatar May 11 '22 14:05 vellala2000