-
Notifications
You must be signed in to change notification settings - Fork 42
Open
Description
It would be great if this library had support for layering .gitignores to handle cases like the following:
package/
.gitignore
my_package/
resources/
.gitignore
I was working with a repo that has, a perhaps ill advised, gitignore like the following:
Root:
*.rst
Somewhere deep in the library:
!*
This was used to make a special folder of .rst
s that would be included in the repo. I was naively ignoring on match any
of the relevant .gitignores, but it seems like I would have to actually consider the exclusions / un-exclusions on the rule level and combine them there to handle something like this.
jvstme, juiwenchen and jorenham
Metadata
Metadata
Assignees
Labels
No labels