mario-eth / soldeer

Solidity Package Manager written in rust
MIT License
188 stars 19 forks source link

Replace `walkdir`+`yash_fnmatch` with `ignore` #128

Closed beeb closed 3 weeks ago

beeb commented 1 month ago

I think it would be a nice improvement to use ignore for traversing the filetree while respecting ignore files. It has very good support and is well maintained, does pretty much everything we need.

The WalkBuilder allows to specify custom ignore filenames (like .soldeerignore)