Skip to content
This repository has been archived by the owner on Jun 10, 2021. It is now read-only.

Allow for obeying of .gitignore #105

Open
hibachrach opened this issue Oct 30, 2018 · 1 comment
Open

Allow for obeying of .gitignore #105

hibachrach opened this issue Oct 30, 2018 · 1 comment

Comments

@hibachrach
Copy link

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?

@modocache
Copy link
Contributor

This would be a good feature! Maybe codemod could use git ls-files or something to find the list of files, instead of Python's os.walk?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants