Make git submodules optional?

I’ve a case where only some of my parts require git submodules to be checked out. The other parts just waste time and space on them.

my-part:
  source: .
  source-type: git

Think it makes sense to make the submodule checkout optional?

1 Like

I have the same problem.