stormcat24 / protodep

Collect necessary .proto files (Protocol Buffers IDL) and manage dependencies
Apache License 2.0
296 stars 56 forks source link

Support wildcard ignores #46

Closed kostyay closed 4 years ago

kostyay commented 4 years ago

Hey Thanks for the great tool, its super handy. It will be great if it would be possible to specify glob wildcards (eg *.go or */**/*.go) for the ignores directive Currently you have to either provide a full path or the prefix which also has to be full.

stormcat24 commented 4 years ago

@kostyay Good suggestion. I plan to implement this, but if you're in a hurry, you can send me a PR.

kostyay commented 4 years ago

I will see what I can do :)

kostyay commented 4 years ago

https://github.com/stormcat24/protodep/pull/47

stormcat24 commented 4 years ago

@kostyay This feature is released as 0.0.9 🙏 https://github.com/stormcat24/protodep/releases/tag/0.0.9