You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.The text was updated successfully, but these errors were encountered: