Expand description
Gitignore pattern utilities.
Functionsยง
- parse_
gitignore - Parse
.gitignorefromrootand return a list of simple directory/file names to exclude during traversal. - should_
skip_ path - Check whether
pathshould be skipped based on its directory components matching any entry inexcludes.