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
Running into this as well. What's weird is it's partially respecting it. In my case it's only adding one specific package, but the package is definitely covered by the gitignore.
tried on both v0.1.6 and v0.1.7
until this is fixed ending scripts with git clean -fxd or -fXd depending on the situation is probably best
git-xargs version
What does
git-xargs --version
show?git-xargs version v0.0.11
Describe the bug
git-xargs
is not respecting.gitignore
To Reproduce
Steps to reproduce the behavior:
That results in files being added to
node_modules
when, in my.gitignore
in those projects, I havenode_modules/
listed.Expected behavior
Respect the
.gitignore
(in this case,node_modules/
)Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: