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

Add support for '--additional-excludes' CLI flag #6

Open
jrmykolyn opened this issue Mar 19, 2018 · 0 comments
Open

Add support for '--additional-excludes' CLI flag #6

jrmykolyn opened this issue Mar 19, 2018 · 0 comments

Comments

@jrmykolyn
Copy link
Owner

OVERVIEW:
Currently, Frontburner determines which files/folders to exclude in either of the following ways:

  • By looking at it's internal/private values.
  • By reading in data provided received via the --excludes CLI flag.

The only way to supplement the default exclusions is to provide them as arguments to the '--excludes` flag. This makes for poor user experience.

TODO:
Update Frontburner to support an additional CLI flag which will allow users to:

  • Keep the existing/default exclusions in place.
  • Add new/additional files/folders to exclude.

This new flag should have an intuitive name (such as --additional-excludes, or similar).

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

No branches or pull requests

1 participant