Add a selector for filtering based on custom gitignore patterns #11
Labels
c:filtering
c:gitignore
c:selectors
enhancement
New feature or request therefor
under consideration
Dev has not yet decided whether or how to implement
Add a
SelectGitignore
selector that can be constructed from either an iterable of gitignore patterns or a dict mapping relative subdirs to sequences of gitignore patterns. Unlike #7, this does not honor gitignore files on the file system; instead, filtering is done using gitignore rules specified in the code.case_sensitive: bool = True
argument?The text was updated successfully, but these errors were encountered: