Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

natimerry
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

how to ignore a directory.. like .git folder xD

1 participant