Skip to content
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

Extract local and remote excludes as configurable parameters #19

Closed
tony-root opened this issue Dec 21, 2016 · 1 comment
Closed

Extract local and remote excludes as configurable parameters #19

tony-root opened this issue Dec 21, 2016 · 1 comment
Assignees
Milestone

Comments

@tony-root
Copy link

lines like
--exclude='artifacts' \
or
--exclude='kotlin' \
show that it is still bound to a particular project.

It might me a good idea to extract it.

As separate files?
.localignore
.remoteignore
?

@artem-zinnatullin
Copy link
Contributor

So, initially we did not want to do so because it'll obligate us on supporting multiple build systems, but looks like it's required step and we can just provide list of samples for build systems we work with and let the community create their own setups for other build systems.

Since it's breaking change, let's do it in 2.0.0!

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

No branches or pull requests

3 participants