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 an option to ignore files not tracked by Git when checking status #21

Open
BehindTheMath opened this issue Feb 2, 2018 · 1 comment

Comments

@BehindTheMath
Copy link
Contributor

Currently, the only options are the default, which checks all files not included in .gitignore, and --skip-status which doesn't check anything. It would be nice to have an option to only check files that are tracked by Git, but ignore anything else.

@MoOx
Copy link
Owner

MoOx commented Feb 26, 2018

PR welcome. That said, I won't that to be the default behavior as many people like this feature. It's handy to push to npm some generated files (eg es6 to es5 code in ignored dist (or lib) folder.

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

2 participants