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, OverrideBuilder does not behave as expected with respect to the reverse functionality of GitignoreBuilder. Therefore, I propose adding an add_gitignore method to WalkBuilder that would allow users to directly pass a Gitignore object instead of needing to provide a path that converts a .gitignore file into a Gitignore object.
This method could function similarly to add_ignore, but instead of reading the .gitignore file from a path, it would accept a Gitignore object directly.
Describe your feature request
Related to #2964
Currently,
OverrideBuilder
does not behave as expected with respect to the reverse functionality ofGitignoreBuilder
. Therefore, I propose adding anadd_gitignore
method toWalkBuilder
that would allow users to directly pass aGitignore
object instead of needing to provide a path that converts a.gitignore
file into aGitignore
object.This method could function similarly to
add_ignore
, but instead of reading the.gitignore
file from apath
, it would accept aGitignore
object directly.The text was updated successfully, but these errors were encountered: