I have a question about the ipfs add command: is it possible to add only a subset of the files of a directory tree?
I have a sort of “glob” that selects files inside a tree (technically it is a sort of “subset” of the tree), and I’d like to be able to add that subset (and have its hash) without creating it explicitly in the file system.
Is there a command or an API entry that does this?