-
Notifications
You must be signed in to change notification settings - Fork 88
Open
Labels
enhancementNew feature or requestNew feature or request
Description
What problem are you trying to solve?
Our project use Git as SCM (classical) and has a .gitignore file to exclude some files and folders which shouldn't be store in the SCM (often large folders like node_modules etc). OpenRewrite proposes a manual option to exclude some folders from the update. By default, or at least optionally it should allow to follow the .gitignore content because it is 99.99999% sure that you never want to update them (whatever are the update rules in the recipes).
Describe the solution you'd like
Either by default and in any case with an option to turn on or off the feature to respect the .gitignore content
Have you considered any alternatives or workarounds?
For now I manually add exclusion entries to avoid to scan the whole project.
gounthar
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Type
Projects
Status
Backlog