Closed AssBackwards closed 1 year ago
You're not meant to pass it as a single string, it's meant to be a plain list:
linguist -a . --ignoredFiles "*.txt *.json"
linguist -a . --ignoredFiles *.txt *.json
But yes what you have suggested does also work. I'll update the readme to include both ways.
Greetings!
I've only used this package from the CLI and I have discovered that --ignoredFiles only seems to take one blob. However, I can specify --ignoredFiles multiple times to specify multiple blobs.
I'm using PowerShell and have not tried bash.
I found that this does not work:
but this does work:
I'd like to update the readme to reflect this.