Searched defs:is_git_ignored (Results 1 – 2 of 2) sorted by relevance
30 def is_git_ignored(root: pathlib.Path, filepath: str) -> bool: function