Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Added "excludes" option to prevent packing unnecessary files #822

Closed
wants to merge 2 commits into from

Conversation

KenichiTanino
Copy link

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

KenichiTanino and others added 2 commits May 6, 2024 09:13
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.
feat: Added "excludes" option to prevent packing unnecessary files
@pull-request-size pull-request-size bot added the size/L Denotes a PR that changes 100-499 lines, ignoring generated files. label May 11, 2024
@caarlos0
Copy link
Member

caarlos0 commented Jul 4, 2024

sorry, not sure i want to complicate even more the files interface

@KenichiTanino
Copy link
Author

sorry, not sure i want to complicate even more the files interface

Understood. Then I will close the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size/L Denotes a PR that changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants