1
0
mirror of synced 2026-07-09 18:20:48 +00:00
Files
flux2/cmd
Ruslan Shaydullin ddf3d9e835 Add --add-ignore-paths flag to artifact commands
The existing --ignore-paths flag replaces the built-in default exclude
list (VCS files and common ignored extensions), which forces users to
re-specify every default when they only need to add one extra pattern.

This change introduces --add-ignore-paths for push/build/diff artifact,
which appends its values to whichever ignore set is currently in effect
(defaults when --ignore-paths is omitted, or the user override when it
is provided). --ignore-paths semantics are unchanged.

Signed-off-by: Ruslan Shaydullin <shaydullin.r.d@outlook.com>
Assisted-by: claude-code/claude-opus-4-7
2026-07-09 13:33:20 +05:00
..