Test glob patterns against your paths
Paste a glob pattern and a list of file paths and see exactly which ones
match — instantly, as you type. Useful for sanity-checking gitignore rules,
build globs, CI path filters, and tooling config before you commit them.
Supports *, the ** globstar, single-character ?, character classes such as
[a-z], and brace alternation like {ts,tsx}. Everything is compiled to a
regular expression and matched in your browser — nothing is uploaded.