No, there is no wildcards for it. You must map them manually. But you don't have to specify sub-paths, just top most different path. Or does your local project has completely different structure than when deployed?
@Justinas The folder structure is the same, but the whole project doesn’t need to be uploaded. I tried using excludedPaths and then separately added the necessary files in mappings, but exclude has higher priority, so I cannot upload the specified files.
Can you alter structure? E.g. we have in root all files needed locally for builds, etc. and in /src we have all files needed to be included in Docker, so there is only one include path used
/srcwe have all files needed to be included in Docker, so there is only one include path used