abentley / oaf

A Git client that brings a more user-friendly CLI to Git.
Apache License 2.0
9 stars 1 forks source link

ignore command needs to handle subdirectory gitignore correctly #36

Closed abentley closed 2 years ago

abentley commented 3 years ago

Probably the "nice" thing to do is use the first nested .gitignore we find. Not sure whether it's also necessary, or whether top-level is layered with subdirs. Can a subdir .gitignore override top level?