jignore
jignore is a Java library that provides ignore rule parsing and matching for file paths. It is designed to help developers exclude files and directories according to patterns, in a manner similar to .gitignore rules.
Pattern syntax and matching: jignore supports common features such as wildcards, recursive matches with **, directory-level matching,
Usage and integration: typical usage involves loading patterns from a .jignore or .gitignore file, constructing an
Development and ecosystem: jignore is an open-source project hosted on public repositories and is commonly available