non-stupid-digest-assets icon indicating copy to clipboard operation
non-stupid-digest-assets copied to clipboard

added blacklist for digest

Open NiteshKaradwall opened this issue 9 years ago • 2 comments

I just used this gem and need something blacklist thing. Try to add it. Please accept my pull request and do the need full.

NiteshKaradwall avatar May 06 '15 13:05 NiteshKaradwall

@NiteshKaradwall @alexspeller @DNNX @aaronjensen @kronn My project does have lots of files and listing all of them in whitelist doesn't seems good. It would be great if we have something like blacklist as well . This will surely reduced overhead for mentioning lots of files in whitelist.

Thanks!!

grepruby avatar May 29 '15 11:05 grepruby

Look into using negative lookaheads in regexes, you can probably build a regex that acts as a blacklist.

aaronjensen avatar May 29 '15 17:05 aaronjensen