mirror of
https://github.com/tw93/Mole.git
synced 2026-02-10 09:39:18 +00:00
fix:Adjust string matching regex to support spaces and asterisks at any position in whitelist path, and add Rust documentation whitelist option (#56)
* Add Rust documentation whitelist option * 1.9.11 * fix: allow spaces and wildcards anywhere in whitelist paths * Change code comments --------- Co-authored-by: Tw93 <tw93@qq.com>
This commit is contained in:
@@ -82,6 +82,7 @@ Bazel build cache|$HOME/.cache/bazel/*|compiler_cache
|
||||
Go build cache and module cache|$HOME/Library/Caches/go-build/*|compiler_cache
|
||||
Go module cache|$HOME/go/pkg/mod/cache/*|compiler_cache
|
||||
Rust Cargo registry cache|$HOME/.cargo/registry/cache/*|compiler_cache
|
||||
Rust documentation cache|$HOME/.rustup/toolchains/*/share/doc/*|compiler_cache
|
||||
Rustup toolchain downloads|$HOME/.rustup/downloads/*|compiler_cache
|
||||
ccache compiler cache|$HOME/.ccache/*|compiler_cache
|
||||
sccache distributed compiler cache|$HOME/.cache/sccache/*|compiler_cache
|
||||
|
||||
Reference in New Issue
Block a user