Categories: None [Edit]

ignorefile

https://rubygems.org/gems/ignorefile
https://github.com/jmanero/ignorefile
# Ignorefile Compile a set of ignore statements from files and code. ## Usage ```ruby reqire 'ignorefile' cookbook_files = Dir.glob('**/{*,.*}') ignore = IgnoreFile.new('.gitignore', 'chefignore', ['.git/*']) ignore.apply!(cookbook_files) ``` ## Thanks This gem is based upon Seth Vargo's [buff-ignore](https://github.com/sethvargo/buff-ignore).

Total

Ranking: 54,542 of 183,147
Downloads: 17,862

Daily

Ranking: 51,220 of 183,139
Downloads: 0

Depended by

RankDownloadsName
14,328122,536builderator

Depends on

RankDownloadsName
12,410,789,589bundler
6,116697,370thor-scmversion

Owners

#GravatarHandle
1iconjmanero