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