[Feature Request] Filter files out of an archive
Everyone can contribute. Help move this issue forward while earning points, leveling up and collecting rewards.
I want to archive a folder, but ignore some files inside of this folder.
This is painful with the current syntax, as I have:
artifacts:
paths:
# to avoid *.pdb files being archived, as they can be quite large
- parent/bin/*.dll
- parent/bin/*.exe
- parent/bin/folders
- parent/lib/
- parent/...
instead of just having
artifacts:
paths:
- parent/
exclude: *.pdb
Edited by 🤖 GitLab Bot 🤖