Closed KenichiTanino closed 5 months ago
For the type:tree option or when using glob settings, an excludes setting has been added. If the excludes setting is specified, the target files will not be copied to the dst directory.
for examples:
contents: - src: ./service dst: /service type: tree excludes: - /service/folder - /service/etc
sorry, not sure i want to complicate even more the files interface
Understood. Then I will close the issue.
For the type:tree option or when using glob settings, an excludes setting has been added. If the excludes setting is specified, the target files will not be copied to the dst directory.
for examples: