I am using the this scala protobuf plugin: https://scalapb.github.io/
I 'm having a problem where every time I run "sbt clean", the generated protobuf files are also cleaned.
Is there any way I can Configured the plugin so that scalapb's clean task is NOT part of the sbt clean task?(aka "sbt clean" will only clean the targets folder)
Thanks! Any help really appreciated!