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
I typically have to run codemod on several directories in my working repository with the -d option. I would run it in the root of my working repository, but it includes some large irrelevant files that slow codemod down. Is there a way to have it obey .gitignore?
I typically have to run
codemodon several directories in my working repository with the-doption. I would run it in the root of my working repository, but it includes some large irrelevant files that slowcodemoddown. Is there a way to have it obey.gitignore?