Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: added ignore pattern matching for filesystem plugin (#97)
I added the `--ignore` flag to let the user add patterns for files to be ignored. A user may supply multiple patterns using this form: `2ms filesystem --path path --ignore "*foo" --ignore "bar*"` I did not add tests as I am unsure how you guys want to test the plugins, worth discussing how a plugin test should be written. Awaiting your feedback, cheers. Close #93 --------- Signed-off-by: SHA65536 <[email protected]>
- Loading branch information