-
Notifications
You must be signed in to change notification settings - Fork 187
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
git: support .tarignore #35
Comments
I do not think detection of the file is a requirement as tar itself already checks if the file is present.
I am also wondering if we should not be using
|
Another interesting flag is |
Maybe we should have our own |
What do we gain by introducing a new standard instead of implementing the default ways of working with the solution used and/or declaring the (opt-in?) rule of excluding the VCS related files ( |
|
When creating artifacts from Git repositories, we could detect if the
.tarignore
file is present in the root dir and pass to the tar command.Ref: --exclude-ignore=.tarignore
The text was updated successfully, but these errors were encountered: