repak icon indicating copy to clipboard operation
repak copied to clipboard

Feature: Add --exclude Option to pack Command

Open natimerry opened this issue 11 months ago • 0 comments

Fixes #26

This PR introduces a --exclude option to the pack command, allowing users to specify files or directories to be excluded using glob patterns.

This feature works the same as the --include flag for unpacking files, but excludes files when packing instead.

Example:

repak pack --exclude=".git/" --exclude=target/debug . oodle.pak

natimerry avatar Feb 25 '25 05:02 natimerry