Which files under Config path become Docker configs. Ant glob, relative to that folder (not the repo root).
Examples:
**/* all files in that folder and subfolders (default) *.json only .json files in that folder (not subfolders) **/*.conf all .conf files, including subfolders
Folders themselves are not uploaded. Files whose names start with a dot (for example .gitignore) are skipped.