ForNeVeR / ForNeVeR/dotnet-reuse
Support nested .gitignore files on parent/child levels
Open
enhancement
good first issue
help wanted
- Dominant language
- C#
- Stars
- 0
- Forks
- 0
- Avg merge
- 12h 2m
- Merged PRs (30d)
- 6
Description
When looking up `.gitignore`, we currently only support `.gitignore` on the root level of the passed directory.
We should support looking up `.gitignore` in the child folders for each particular file, or in the parent folders (if we are called for a subfolder in a repository).
See the code near this line: https://github.com/ForNeVeR/dotnet-reuse/blob/be3dd1818b0ea88685dae07cd847eab31fe6da46/FVNever.Reuse/ReuseDirectory.cs#L57
Also, look for the number of this issue in the project code base.
Contributor guide
Assessment
This issue has not been assessed yet.