forked from get-woke/woke
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
High PriorityenhancementNew feature or requestNew feature or requestpendingupstream issue existsAdd this label when there is a duplicate issue on the upstream repoAdd this label when there is a duplicate issue on the upstream repo
Description
Original Issue: get-woke#98
Add support for woke ignore files in subfolders. For example, with git, you can have .gitignore files in subfolders that only apply to that folder and its descendants. Ignore rules from parent folders should also apply additively. This will involve building an ignore list by properly traversing subfolders.
Acceptance Criteria:
- Implement Woke ignore files can be added to subfolders and only apply to that folder and its descendants.
- Review comments from maintainer on the PR
- Apply code changes (some of these might require changing to use git-go package, or make upstream changes to git-go package itself)
- Ensure PR is merged in source repo
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
High PriorityenhancementNew feature or requestNew feature or requestpendingupstream issue existsAdd this label when there is a duplicate issue on the upstream repoAdd this label when there is a duplicate issue on the upstream repo