comma delimited list of directory and file globs to ignore a-la gitignore or ack would make this my number-one goto. My example is I'm in JS currently, so I want to be able to exclude things like `node-modules/`, `package-lock.json`, `build/`
comma delimited list of directory and file globs to ignore a-la gitignore or ack would make this my number-one goto.
My example is I'm in JS currently, so I want to be able to exclude things like
node-modules/,package-lock.json,build/