-
Notifications
You must be signed in to change notification settings - Fork 250
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: add flags to ignore files/directories #222
feat: add flags to ignore files/directories #222
Conversation
4c0838c
to
60ae95e
Compare
cf62119
to
5eef42e
Compare
@erickzhao @malept |
@zcbenz @kevinsawicki |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The idea and code both look fine, thank you for this patch!
However it doesn't look like you added anything to test/ to exercise these code paths. Would it be possible to add some tests for this feature?
Generally speaking, instead of adding a new pair of options, I'd prefer to have |
b8cff26
to
7c08de2
Compare
Add '--ignore-dir' flag to not include directories and '--ignore' flag to not include files while asar packaging Signed-off-by: Rituka Patwal <[email protected]>
7c08de2
to
48ec37d
Compare
Hi @ckerr, (PS: Sorry for the delay.) |
@malept |
@ckerr |
Add '--ignore-dir' flag to not include directories and '--ignore' flag
to not include files while asar packaging
Signed-off-by: Rituka Patwal [email protected]