licenser icon indicating copy to clipboard operation
licenser copied to clipboard

Add support for excluding files in the build directory

Open no-preserve-root opened this issue 5 years ago • 0 comments

Most likely, these files are generated or downloaded external code. In the former case, licensing information should be generated by the code generator; in the latter, the license should remain untouched.

This is controlled by the extension property “includeBuild”, defaulting to true (this could be change to false to keep the former behavior). Personally, I have not encountered a situation where I would want generated files to be rewritten.

no-preserve-root avatar Feb 09 '21 19:02 no-preserve-root