| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-01-06 | lib/git: implement Gitignore | Shulhan | |
| Gitignore is a type that represent ".gitignore" file. There are two ways to populate Gitignore, by using [LoadGitignore] function, or by using [Gitignore.Parse] method. After the Gitignore created, one can check if a path is ignored by using [Gitignore.IsIgnored] method, relative to the Gitignore directory. | |||
